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 6be34b4 commit eeb81ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM openjdk:11
ARG JAR_FILE=*.jar
WORKDIR /build/libs
COPY f${JAR_FILE} app.jar
ENTRYPOINT ["java","-jar","app.jar"]
COPY build build
ENTRYPOINT ["java","-jar","ctf-0.0.1-SNAPSHOT.jar"]

0 comments on commit eeb81ff

Please sign in to comment.