Compare commits

..

No commits in common. "a8dd6efddbb9f9b50ac9683794389962c343cae3" and "a767e9a6b8bd6de609e62ffdc50d1fb3891415df" have entirely different histories.

View File

@ -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}"
echo "Starting containers..."
docker compose up -d --remove-orphans
docker compose up -d
echo "Waiting for backend to start..."
sleep 15