fix:deploy
This commit is contained in:
@@ -5,7 +5,7 @@ echo "Pulling latest code..."
|
|||||||
git pull
|
git pull
|
||||||
|
|
||||||
echo "Building and restarting containers..."
|
echo "Building and restarting containers..."
|
||||||
docker compose up -d --build
|
docker compose --env-file ./frontend/.env up -d --build
|
||||||
|
|
||||||
echo "Cleaning up old images..."
|
echo "Cleaning up old images..."
|
||||||
docker image prune -f
|
docker image prune -f
|
||||||
|
|||||||
Reference in New Issue
Block a user