Skip to content

Commit

Permalink
feat: 디버그용 포트 임시 허용
Browse files Browse the repository at this point in the history
  • Loading branch information
songyi00 committed Aug 14, 2024
1 parent 8b80aba commit 11a7d44
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 @@ -2,4 +2,4 @@ FROM eclipse-temurin:21

ARG JAR_FILE=build/libs/goalpanzi-0.0.1-SNAPSHOT.jar
COPY ${JAR_FILE} goalpanzi-0.0.1-SNAPSHOT.jar
ENTRYPOINT ["java","-jar","-Dspring.profiles.active=prod","-Duser.timezone=Asia/Seoul","/goalpanzi-0.0.1-SNAPSHOT.jar"]
ENTRYPOINT ["java","-jar","-Dspring.profiles.active=prod","-Duser.timezone=Asia/Seoul","-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005","/goalpanzi-0.0.1-SNAPSHOT.jar"]

0 comments on commit 11a7d44

Please sign in to comment.