We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ca529 commit 16e422cCopy full SHA for 16e422c
Dockerfile
@@ -7,6 +7,7 @@ RUN mkdir conf
7
8
# Config
9
COPY web/target/classes/jetty/jaspi-conf.xml conf/
10
+COPY web/target/classes/logback.xml conf/
11
12
# Application Container (Jetty)
13
COPY web/target/app.jar .
0 commit comments