Skip to content

Commit

Permalink
amarillo: wait for 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Mar 28, 2024
1 parent 7fcae1e commit e60ca44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/docker/amarillo/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit e60ca44

Please sign in to comment.