Skip to content

Commit

Permalink
Fix: Dockerfile에 logback copy and past 명시하지 않도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
BYEONGRYEOL committed Jun 4, 2024
1 parent 3dc49de commit 50d4579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_dev
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY --from=builder application/spring-boot-loader/ ./
COPY --from=builder application/snapshot-dependencies/ ./
COPY --from=builder application/application/ ./

COPY logback-spring.xml /application/src/main/resources/logback-spring.xml
#COPY logback-spring.xml /application/src/main/resources/logback-spring.xml


ENTRYPOINT ["java", "-Dspring.profiles.active=deploy", "-Duser.timezone=Asia/Seoul","-Dlogging.config=/application/logback-spring.xml", "org.springframework.boot.loader.launch.JarLauncher"]

0 comments on commit 50d4579

Please sign in to comment.