Update Dockerfile

هذا الالتزام موجود في:
2025-11-17 08:47:18 +00:00
الأصل 9dc84fce5d
التزام b139bd9605

عرض الملف

@@ -17,7 +17,7 @@ WORKDIR /graphhopper
COPY --from=build /graphhopper/web/target/graphhopper*.jar ./
COPY graphhopper.sh graphhopper/config-example.yml ./
COPY graphhopper.sh ./
# Remove the previous sed command since we're hardcoding in the script
# Enable connections from outside of the container by hardcoding 0.0.0.0 in config
@@ -29,4 +29,4 @@ EXPOSE 8989 8990
HEALTHCHECK --interval=5s --timeout=3s CMD curl --fail http://localhost:8989/health || exit 1
ENTRYPOINT [ "./graphhopper.sh", "-c", "config-example.yml" ]
ENTRYPOINT [ "./graphhopper.sh" ]