Skip to content

Commit

Permalink
Use logback file from src instead of target (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornandre committed Nov 15, 2023
1 parent dbdeb99 commit 8f2b22f
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
@@ -1,7 +1,7 @@
FROM azul/zulu-openjdk:21
RUN apt-get -qq update && apt-get -y dist-upgrade && apt-get -y --no-install-recommends install curl
COPY target/dapla-dlp-pseudo-service-*.jar dapla-dlp-pseudo-service.jar
COPY target/classes/logback*.xml /conf/
COPY src/main/resources/logback*.xml /conf/
COPY conf/bootstrap.yml /conf/
COPY conf/application.yml /conf/
COPY conf/application-sid-client.yml /conf/
Expand Down

0 comments on commit 8f2b22f

Please sign in to comment.