Skip to content

Commit

Permalink
chore: docker启动时去掉后台挂载参数
Browse files Browse the repository at this point in the history
  • Loading branch information
774649283 committed Sep 18, 2022
1 parent 768bcee commit 21a01f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"declarations": true
},
"scripts": {
"start": "egg-scripts start --port=7004 --workers=1 --title=egg-server-work-wx",
"start": "egg-scripts start --port=7004 --workers=1 --daemon --title=egg-server-work-wx",
"docker-start": "egg-scripts start --port=7004 --workers=1 --title=egg-server-work-wx",
"stop": "egg-scripts stop --title=egg-server-work-wx",
"dev": "egg-bin dev --port=7004",
"debug": "egg-bin debug --port=7004",
Expand Down

0 comments on commit 21a01f4

Please sign in to comment.