Skip to content

Commit

Permalink
chore: 도커파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaPol committed Feb 14, 2024
1 parent e79f880 commit 094c1f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/DockerFile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM openjdk:17-jdk
ARG JAR_PATH=api/build/libs
COPY ${JAR_PATH}/api.jar api.jar
COPY key/AuthKey_X93DK84396.p8 /key/AuthKey_X93DK84396.p8
ENTRYPOINT ["java","-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=0.0.0.0:5005", "-jar" ,"-Dspring.profiles.active=stage"]
CMD ["/api.jar"]

0 comments on commit 094c1f2

Please sign in to comment.