Skip to content

Commit

Permalink
build: Dockerfile 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yubin-im committed Jul 2, 2024
1 parent 426e16b commit de32b81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ FROM openjdk:17-jdk
LABEL maintainer="yubin"
ARG JAR_FILE=build/libs/*.jar
ADD ${JAR_FILE} app.jar
EXPOSE 8099
ENTRYPOINT ["java","-jar","/app.jar"]

0 comments on commit de32b81

Please sign in to comment.