Skip to content

Commit

Permalink
#173 fix: Dockerfile 수정 롤백
Browse files Browse the repository at this point in the history
  • Loading branch information
hye-on committed Sep 23, 2024
1 parent d3e4628 commit a9089d3
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
@@ -1,4 +1,4 @@
FROM openjdk:17
ARG JAR_FILE=./build/libs/TogetUp-0.0.1-SNAPSHOT.jar
COPY ${JAR_FILE} TogetUp.jar
ENTRYPOINT ["java","-jar","TogetUp.jar","0.0.0.0:9010"]
ENTRYPOINT ["java","-jar","TogetUp.jar"]

0 comments on commit a9089d3

Please sign in to comment.