Skip to content

Commit

Permalink
fix: pwd typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Grantzile committed Jan 13, 2025
1 parent 0a41c41 commit 9b623d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openjdk:17

# 가장 최신의 JAR 파일 하나만 있음, app.jar로 복사
COPY build/libs/*.jar /app.jar
COPY app/build/libs/*.jar /app.jar

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

0 comments on commit 9b623d2

Please sign in to comment.