Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shortood committed Sep 6, 2024
1 parent 25f3de3 commit ddb6b0d
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
Expand Up @@ -32,4 +32,4 @@ ARG JAR_FILE=./build/libs
COPY ${JAR_FILE}/*.jar app.jar

# 디버그 모드로 Spring Boot 애플리케이션 실행
ENTRYPOINT ["java", "-jar", "./app.jar", "--spring.profiles.active=prod", "--debug"]
ENTRYPOINT ["java", "-jar", "./app.jar", "--spring.profiles.active=prod"]

0 comments on commit ddb6b0d

Please sign in to comment.