1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-19 13:19:41 +02:00

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

View file

@ -1 +1 @@
docker-compose build && docker-compose -p mealie up -d docker-compose -p mealie up --build