allow deploying one

This commit is contained in:
Bryan Stitt 2022-09-08 21:02:44 +00:00
parent cae034afb3
commit 9fac38b9cf

View File

@ -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