We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc69194 commit a300523Copy full SHA for a300523
Taskfile.yml
@@ -64,6 +64,7 @@ tasks:
64
- stop
65
cmds:
66
- docker compose --env-file .env.local --env-file .env.docker.local -f docker-compose.yml down
67
+ - rm -f docker-compose.yml .env.local
68
69
purge:
70
desc: Remove all containers and volumes
@@ -79,6 +80,7 @@ tasks:
79
80
else
81
echo "External network 'frontend' does not exist"
82
fi
83
84
85
up:
86
desc: Take the environment up without altering the existing state of the containers
0 commit comments