Compare commits
No commits in common. "893280dc2cf756a02cd5f1d600120d48cba177bf" and "a8dd6efddbb9f9b50ac9683794389962c343cae3" have entirely different histories.
893280dc2c
...
a8dd6efddb
@ -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 --force-recreate --remove-orphans
|
docker compose up -d --remove-orphans
|
||||||
|
|
||||||
echo "Waiting for backend to start..."
|
echo "Waiting for backend to start..."
|
||||||
sleep 15
|
sleep 15
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user