Skip to content

Commit

Permalink
Update cmd for overpass
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jan 3, 2024
1 parent 8e562d9 commit 490e0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/overpass-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM wiktorn/overpass-api:0.7.56.8
COPY docker-entrypoint.sh /app/
RUN chmod a+rx /app/docker-entrypoint.sh
CMD ["/app/docker-entrypoint.sh"]
CMD ["/app/docker-entrypoint.sh & sleep 60 && /app/bin/dispatcher --osm-base --db-dir=/db/db --attic"]

0 comments on commit 490e0bc

Please sign in to comment.