.
This commit is contained in:
parent
af8037e67b
commit
e96c36a288
@ -9,6 +9,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"clean": "concurrently --kill-others-on-fail \"cd server; yarn run clean\" \"cd shared; yarn run clean\" \"cd client; yarn run clean\" \"rm -rf node_modules\"",
|
||||
"docker:rebuild": "docker compose --env-file stack.env up --build -d",
|
||||
"docker:start": "docker compose --env-file stack.env up -d",
|
||||
"docker:stop": "docker compose down",
|
||||
"docker:restart": "docker compose down && docker compose up -d",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user