Skip to content

Commit

Permalink
fix: compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
sanriodev committed Jan 9, 2025
1 parent 532590c commit 953e425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ if [ -e $ENV ]; then
ENV=prod
fi

docker compose --env-file $ENV_FILE -f compose.base.yml -f compose.$ENV.yml $@
docker compose --env-file $ENV_FILE -f docker.compose.yml $@

0 comments on commit 953e425

Please sign in to comment.