diff --git a/bin/docker-compose-production-deploy b/bin/docker-compose-production-deploy index af370b5a..4beadef4 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 --remove-orphans +docker-compose-production up -d --remove-orphans "$@" sleep 3