diff --git a/deploy.sh b/deploy.sh old mode 100644 new mode 100755 index 3252fa3..bd4071e --- a/deploy.sh +++ b/deploy.sh @@ -5,7 +5,7 @@ echo "Pulling latest code..." git pull echo "Building and restarting containers..." -docker compose --env-file ./frontend/.env up -d --build +docker compose up -d --build echo "Cleaning up old images..." docker image prune -f