diff --git a/deploy.sh b/deploy.sh index 37bac24..9b73cf6 100644 --- a/deploy.sh +++ b/deploy.sh @@ -5,6 +5,6 @@ echo "Pulling latest code..." git pull echo "Building and starting docker services..." -docker compose --env-file .env --env-file .env.production up -d --build +docker-compose --env-file .env --env-file .env.production up -d --build echo "build succeeds." \ No newline at end of file