Skip to content

Commit d5b8c0f

Browse files
committed
fix log4j2 path in uaa
1 parent 14145a5 commit d5b8c0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/images/uaa/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ COPY uaa.yml /usr/local/cf_config/uaa.yml
3333

3434
# Install JAR from build image (Spring Boot executable JAR)
3535
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
36+
COPY --from=builder /uaa/scripts/boot/log4j2.properties /log4j2.properties
3737

3838
ENV JAVA_OPTS="-DLOGIN_CONFIG_URL=file:///uaa.yml -Dlogging.config=/log4j2.properties -DCLOUDFOUNDRY_CONFIG_PATH=/usr/local/cf_config"
3939
ENV SPRING_PROFILES_ACTIVE=default

0 commit comments

Comments
 (0)