Compare commits

..

No commits in common. "893280dc2cf756a02cd5f1d600120d48cba177bf" and "a8dd6efddbb9f9b50ac9683794389962c343cae3" 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 --force-recreate --remove-orphans
docker compose up -d --remove-orphans
echo "Waiting for backend to start..."
sleep 15