Skip to content

Commit

Permalink
fixed Dockerfile for snake case #1918, fixes #1930
Browse files Browse the repository at this point in the history
  • Loading branch information
karussell committed Feb 25, 2020
1 parent 2758b62 commit 0ea8d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:8-jdk

ENV JAVA_OPTS "-server -Xconcurrentio -Xmx1g -Xms1g -XX:+UseG1GC -Ddw.server.applicationConnectors[0].bindHost=0.0.0.0 -Ddw.server.applicationConnectors[0].port=8989"
ENV JAVA_OPTS "-server -Xconcurrentio -Xmx1g -Xms1g -XX:+UseG1GC -Ddw.server.application_connectors[0].bind_host=0.0.0.0 -Ddw.server.application_connectors[0].port=8989"

RUN mkdir -p /data && mkdir -p /graphhopper

Expand Down

0 comments on commit 0ea8d46

Please sign in to comment.