Skip to content

Commit

Permalink
tweaked Dockerfile, less noisy logging
Browse files Browse the repository at this point in the history
  • Loading branch information
burrsutter committed Nov 1, 2018
1 parent dd6c5d6 commit cc5a027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hellodata/boot_postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ENV JAVA_APP_JAR boot-postgres-0.0.1.jar
WORKDIR /app/
COPY target/$JAVA_APP_JAR .
EXPOSE 8080
CMD java -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+PrintFlagsFinal -XX:+PrintGCDetails $JAVA_OPTIONS -jar $JAVA_APP_JAR
CMD java -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap $JAVA_OPTIONS -jar $JAVA_APP_JAR

0 comments on commit cc5a027

Please sign in to comment.