Skip to content

Commit

Permalink
Fix path to the logback.xml file in the Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnworth authored Oct 16, 2024
1 parent 3e62c8e commit b107b3f
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 @@ -29,7 +29,7 @@ RUN lein do clean, uberjar && \
lein clean && \
rm -r ~/.m2/repository

ENTRYPOINT ["apps", "-Dlogback.configurationFile=/etc/iplant/de/logging/apps-logging.xml", "-cp", ".:apps-standalone.jar:/", "apps.core"]
ENTRYPOINT ["apps", "-Dlogback.configurationFile=/usr/src/app/logback.xml", "-cp", ".:apps-standalone.jar:/", "apps.core"]

ARG git_commit=unknown
ARG version=unknown
Expand Down

0 comments on commit b107b3f

Please sign in to comment.