Using --build option instead of extra build cmd, removed -d

This commit is contained in:
Kevin Grossmann 2021-01-05 09:03:25 +01:00
parent f5ab2dcde8
commit 90a06b6a33
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
docker-compose -f docker-compose.dev.yml build && docker-compose -f docker-compose.dev.yml -p dev-mealie up -d
docker-compose -f docker-compose.dev.yml -p dev-mealie up --build