feat: update deplou script

This commit is contained in:
louis 2024-04-07 16:42:24 +08:00
parent a0467eb35b
commit 6f0f34a33c
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ echo "Pulling latest code..."
git pull git pull
echo "Building and starting docker services..." 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." echo "build succeeds."