Skip to content

Commit

Permalink
Fix: Dockerfile 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
adorableco committed Jun 5, 2024
1 parent 60c7688 commit 6be34b4
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 openjdk:11
ARG JAR_FILE=*.jar
WORKDIR /build/libs
COPY f${JAR_FILE} app.jar
ENTRYPOINT ["java","-jar","/app.jar"]
ENTRYPOINT ["java","-jar","app.jar"]

0 comments on commit 6be34b4

Please sign in to comment.