Skip to content

Commit

Permalink
corrected demo driver config
Browse files Browse the repository at this point in the history
  • Loading branch information
openwms committed Nov 7, 2019
1 parent e69dedc commit 36408ee
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
Expand Up @@ -2,5 +2,5 @@ FROM java:8-jre
VOLUME library
ADD target/openwms-common-service.jar app.jar
RUN bash -c 'touch /app.jar'
ENV JAVA_OPTS="-XX:+UseSerialGC -Xss512k -Dspring.zipkin.enabled=false"
ENV JAVA_OPTS="-noverify -XX:+UseSerialGC -Xss512k -Dspring.zipkin.enabled=false"
ENTRYPOINT exec java -Djava.security.egd=file:/dev/./urandom $JAVA_OPTS -jar /app.jar

0 comments on commit 36408ee

Please sign in to comment.