fix:deploy

This commit is contained in:
2026-03-10 01:15:48 +09:00
parent 1b202deb8a
commit f3df537a81

2
deploy.sh Normal file → Executable file
View File

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