Skip to content

Commit

Permalink
chore: fix start command in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
reruin committed Aug 19, 2021
1 parent e6bd687 commit 8cc10bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ShareList

[![Build Status](https://github.com/reruin/sharelist/actions/workflows/ci.yml/badge.svg?branch=next)](https://github.com/reruin/sharelist/actions/workflows/ci.yml)
[![Build Status](https://github.com/reruin/sharelist/actions/workflows/ci.yml/badge.svg)](https://github.com/reruin/sharelist/actions/workflows/ci.yml)

ShareList 是一个易用的网盘工具,支持快速挂载 GoogleDrive、OneDrive ,可通过插件扩展功能。
新版正在开发中,欢迎[提交反馈](https://github.com/reruin/sharelist/issues/new/choose)
Expand Down
2 changes: 1 addition & 1 deletion packages/sharelist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": "https://github.com/reruin/sharelist",
"license": "MIT",
"scripts": {
"start": "node app/index.js",
"start": "node app.js",
"dev": "cross-env NODE_ENV=dev nodemon app.js -i ./cache",
"test": "echo \"Error: no test specified\" && exit 1",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path .",
Expand Down

0 comments on commit 8cc10bc

Please sign in to comment.