feat: change docker cmd

This commit is contained in:
louis 2024-03-28 09:34:44 +08:00
parent 18b776788d
commit 6f162a4285
1 changed files with 1 additions and 1 deletions

View File

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