fix: build

This commit is contained in:
louis 2024-04-11 08:55:27 +08:00
parent 015a8140bb
commit c3fe96eb86
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,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."