Skip to content

Commit

Permalink
[FIX] 도커파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
thisishwan2 committed Nov 27, 2023
1 parent 67cd2df commit 7a0beae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM adoptopenjdk:17-jdk-hotspot AS build

COPY closeUp-0.0.1-SNAPSHOT.jar /app.jar
COPY closeUp-0.0.1-SNAPSHOT.jar app.jar

ENTRYPOINT ["java","-jar", "/app.jar"]
ENTRYPOINT ["java", "-jar", "app.jar"]

0 comments on commit 7a0beae

Please sign in to comment.