Skip to content

Commit

Permalink
Merge pull request #44 from HanaFun/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
yubin-im authored Jul 2, 2024
2 parents 9b39fd5 + 5ab0ff6 commit af803e3
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 af803e3

Please sign in to comment.