From b139bd9605096d9877b25b5346bcdc3dbd87bff3 Mon Sep 17 00:00:00 2001
From: ghaymah_dev
Date: Mon, 17 Nov 2025 08:47:18 +0000
Subject: [PATCH] Update Dockerfile
---
Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 4462fa7..ee44b86 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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" ]
\ No newline at end of file
+ENTRYPOINT [ "./graphhopper.sh" ]
\ No newline at end of file