Compare commits
No commits in common. "a8dd6efddbb9f9b50ac9683794389962c343cae3" and "a767e9a6b8bd6de609e62ffdc50d1fb3891415df" have entirely different histories.
a8dd6efddb
...
a767e9a6b8
@ -65,7 +65,7 @@ echo "Building Docker images..."
|
|||||||
docker compose build --build-arg NEXT_PUBLIC_API_URL="${API_URL}/api" --build-arg VITE_API_URL="${API_URL}"
|
docker compose build --build-arg NEXT_PUBLIC_API_URL="${API_URL}/api" --build-arg VITE_API_URL="${API_URL}"
|
||||||
|
|
||||||
echo "Starting containers..."
|
echo "Starting containers..."
|
||||||
docker compose up -d --remove-orphans
|
docker compose up -d
|
||||||
|
|
||||||
echo "Waiting for backend to start..."
|
echo "Waiting for backend to start..."
|
||||||
sleep 15
|
sleep 15
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user