diff --git a/bin/docker-compose-production-deploy b/bin/docker-compose-production-deploy index 52049a8b..3157a9eb 100755 --- a/bin/docker-compose-production-deploy +++ b/bin/docker-compose-production-deploy @@ -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