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 03450c5 commit 95c6fb9Copy full SHA for 95c6fb9
Taskfile.yml
@@ -85,11 +85,6 @@ tasks:
85
up:
86
desc: Take the environment up without altering the existing state of the containers
87
cmds:
88
- - |
89
- if [ ! -f docker-compose.yml ]; then
90
- echo "ERROR: docker-compose.yml not found. Please run 'task install' to set up the system before starting the environment."
91
- exit 1
92
- fi
93
- task _dc_compile
94
- docker compose --env-file .env.local --env-file .env.docker.local -f docker-compose.yml up -d
95
0 commit comments