--remove-orphans

This commit is contained in:
Bryan Stitt 2022-07-25 18:55:44 +00:00
parent a66c5d2218
commit b59a3c8d91

View File

@ -10,7 +10,7 @@ export PATH="$(pwd)/bin:$PATH"
docker-compose-production build --pull
# run the image
docker-compose-production up -d
docker-compose-production up -d --remove-orphans
sleep 3