diff --git a/infrastructure/docker/amarillo/docker-entrypoint.sh b/infrastructure/docker/amarillo/docker-entrypoint.sh index 09a7bf2f..80a4917c 100644 --- a/infrastructure/docker/amarillo/docker-entrypoint.sh +++ b/infrastructure/docker/amarillo/docker-entrypoint.sh @@ -2,7 +2,7 @@ # amarillo needs started graphopper, so wait some time to let it startup echo "sleeping to wait for graphhopper startup..." -sleep 60; +sleep 300; echo "sleeping over. graphhopper are you there?" bash /app/prestart.sh uvicorn amarillo.main:app --host 0.0.0.0 --port 80; \ No newline at end of file