diff --git a/scripts/deploy.sh b/scripts/deploy.sh index da30526..e746551 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -51,6 +51,7 @@ if [ "$APP" = "nginx" ]; then docker compose run --rm -T nginx nginx -t fi +docker compose down --remove-orphans docker compose up -d if [ "$APP" = "nginx" ]; then