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