Skip to content
Snippets Groups Projects
Commit 93781f7f authored by jurgenhaas's avatar jurgenhaas
Browse files

New command `ahoy d4d down [SERVICE]`

When turning Cypress off, it will now also remove the container by using down instead of stop
parent b87e40bd
No related branches found
No related tags found
1 merge request!90Merging develop into main
Pipeline #1172470 passed with warnings
......@@ -16,5 +16,5 @@ commands:
env -i $(cat .env | xargs) >.env
composer lakedrops:docker4drupal --no-interaction
echo "You may have to close the Cypress window manually"
ahoy d4d stop cypress
ahoy d4d down cypress
usage: Turn off Cypress
......@@ -12,6 +12,9 @@ commands:
up:
cmd: docker compose up -d --remove-orphans "$@"
usage: Run docker compose up
down:
cmd: docker compose down "$@"
usage: Run docker compose up
ps:
cmd: docker compose ps "$@"
usage: Run docker compose ps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment