feat(package.json): added command to drop volumes (#4633)
Co-authored-by: Daniel Gak Anagrov <daniel@speckle.systems>
This commit is contained in:
committed by
GitHub
parent
c060d6097d
commit
e3a09a932d
@@ -21,6 +21,7 @@
|
||||
"dev:docker": "docker compose -f ./docker-compose-deps.yml",
|
||||
"dev:docker:up": "docker compose -f ./docker-compose-deps.yml up -d",
|
||||
"dev:docker:down": "docker compose -f ./docker-compose-deps.yml down",
|
||||
"dev:docker:down:volumes": "docker compose -f ./docker-compose-deps.yml down --volumes",
|
||||
"dev:docker:restart": "yarn dev:docker:down && yarn dev:docker:up",
|
||||
"dev:kind:up": "ctlptl apply --filename ./.circleci/deployment/cluster-config.yaml",
|
||||
"dev:kind:down": "ctlptl delete -f ./.circleci/deployment/cluster-config.yaml",
|
||||
|
||||
Reference in New Issue
Block a user