fix:deploy

This commit is contained in:
2026-03-10 00:48:38 +09:00
parent 2c7666d69e
commit 9e751e7a07

View File

@@ -5,7 +5,7 @@ echo "Pulling latest code..."
git pull
echo "Building and restarting containers..."
docker compose up -d --build
docker compose --env-file ./frontend/.env up -d --build
echo "Cleaning up old images..."
docker image prune -f