Skip to content

Commit

Permalink
Update Dockerfile-acdh-ch
Browse files Browse the repository at this point in the history
Update the logfile setting when running java, see #461 (comment)
  • Loading branch information
KlausIllmayer authored Sep 18, 2024
1 parent 74e521f commit 2dafca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-acdh-ch
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ ENV APPLICATION_PROFILE=''
VOLUME /log

EXPOSE 8080
ENTRYPOINT [ "java", "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:9990", "-jar", "app.jar", "--logging.file=/log/sshoc-marketplace-backend-app.log" ]
ENTRYPOINT [ "java", "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:9990", "-jar", "app.jar", "--logging.file.name=/log/sshoc-marketplace-backend-app.log" ]

0 comments on commit 2dafca3

Please sign in to comment.