Skip to content

Commit

Permalink
SHIBUI-1333
Browse files Browse the repository at this point in the history
Removed unneeded (at least, currently) docker-related java config.
  • Loading branch information
Bill Smith committed Aug 1, 2019
1 parent 188ff2b commit cd27544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ COPY loader.properties loader.properties

EXPOSE 8080

ENTRYPOINT ["/usr/bin/java", "-XX:+PrintFlagsFinal", "-Xms2G", "-Xmx4G", "-jar", "app.jar"]
ENTRYPOINT ["/usr/bin/java", "-jar", "app.jar"]
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,6 @@ dockerRun {
image 'unicon/shibui'
ports '10101:8080'
daemonize true
command '-m 2G', '--spring.profiles.include=very-dangerous,dev', '--shibui.default-password={noop}password'
command '--spring.profiles.include=very-dangerous,dev', '--shibui.default-password={noop}password'
clean true
}

0 comments on commit cd27544

Please sign in to comment.