mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2025-12-27 12:00:17 +00:00
新增docker启动
This commit is contained in:
parent
3341191e30
commit
594a9b7cf7
@ -36,9 +36,10 @@
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "egg-scripts start --daemon --title=my-midway-project --framework=@midwayjs/web",
|
||||
"stop": "egg-scripts stop --title=my-midway-project",
|
||||
"start": "egg-scripts start --daemon --title=cool-admin-midway --framework=@midwayjs/web",
|
||||
"stop": "egg-scripts stop --title=cool-admin-midway",
|
||||
"start_build": "npm run build && cross-env NODE_ENV=development midway-bin dev",
|
||||
"docker": "egg-scripts start --title=cool-admin-midway --framework=@midwayjs/web",
|
||||
"dev": "cross-env ets && cross-env NODE_ENV=local TS_NODE_TYPE_CHECK=false TS_NODE_TRANSPILE_ONLY=true midway-bin dev --ts --port=8001",
|
||||
"test": "midway-bin test",
|
||||
"cov": "midway-bin cov",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user