mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 07:59:08 +01:00
Apply suggestions from @nilsding
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
This commit is contained in:
parent
e403bf5433
commit
c29d27d0a6
2 changed files with 2 additions and 2 deletions
|
@ -5,4 +5,4 @@ if [ ! -e "docker-compose.yml" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
docker compose -f docker-compose.yml "$@"
|
||||
exec docker compose -f docker-compose.yml "$@"
|
|
@ -5,4 +5,4 @@ if [ ! -e "docker-compose.yml" ]; then
|
|||
cp docker-compose.example.yml docker-compose.yml
|
||||
fi
|
||||
|
||||
docker compose -f docker-compose.yml -f docker-compose.dev.yml "$@"
|
||||
exec docker compose -f docker-compose.yml -f docker-compose.dev.yml "$@"
|
Loading…
Reference in a new issue