Skip to content

Commit

Permalink
fix(dockerfile): Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelsJP committed Feb 2, 2024
1 parent 18ab259 commit f109a77
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f109a77

Please sign in to comment.