diff --git a/Dockerfile b/Dockerfile index 0dc2c0909e..56d2d1945c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,17 +43,6 @@ COPY --chown=ors:ors ./ors-config.env /example-ors-config.env COPY --chown=ors:ors ./$OSM_FILE /heidelberg.osm.gz COPY ./docker-entrypoint.sh /entrypoint.sh -## Rewrite the example config to use the right files in the container -#RUN sed -i "s|ors.engine.source_file=.*|ors.engine.source_file=/heidelberg.osm.gz|g" /example-ors-config.yml && \ -# sed -i "s| source_file:.*| source_file: /heidelberg.osm.gz|g" /example-ors-config.yml && \ -# # Set permissions -# chmod +x /ors.jar && \ -# chown -R ors:ors /entrypoint.sh && \ -# chown -R ors:ors ${BASE_FOLDER} && \ -# chown -R ors:ors /example-ors-config.yml && \ -# chown -R ors:ors /example-ors-config.env && \ - - # Set permissions RUN chmod +x /ors.jar && chown -R ors:ors /entrypoint.sh && chown -R ors:ors ${BASE_FOLDER} && chown -R ors:ors /example-ors-config.yml && chown -R ors:ors /example-ors-config.env && \ # Rewrite the example config to use the right files in the container