Skip to content

Commit 95c6fb9

Browse files
committed
Remove check - make s no sense
1 parent 03450c5 commit 95c6fb9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Taskfile.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ tasks:
8585
up:
8686
desc: Take the environment up without altering the existing state of the containers
8787
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
9388
- task _dc_compile
9489
- docker compose --env-file .env.local --env-file .env.docker.local -f docker-compose.yml up -d
9590

0 commit comments

Comments
 (0)