We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14145a5 commit d5b8c0fCopy full SHA for d5b8c0f
1 file changed
.devcontainer/images/uaa/Dockerfile
@@ -33,7 +33,7 @@ COPY uaa.yml /usr/local/cf_config/uaa.yml
33
34
# Install JAR from build image (Spring Boot executable JAR)
35
COPY --from=builder /uaa/uaa/build/libs/cloudfoundry-identity-uaa-*.war /app/uaa.jar
36
-COPY --from=builder /uaa/k8s/templates/log4j2.properties /log4j2.properties
+COPY --from=builder /uaa/scripts/boot/log4j2.properties /log4j2.properties
37
38
ENV JAVA_OPTS="-DLOGIN_CONFIG_URL=file:///uaa.yml -Dlogging.config=/log4j2.properties -DCLOUDFOUNDRY_CONFIG_PATH=/usr/local/cf_config"
39
ENV SPRING_PROFILES_ACTIVE=default
0 commit comments