Skip to content

Commit

Permalink
도커 파일 mimo jar 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehan4707 authored Jul 21, 2024
1 parent 27a8efe commit c3745be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM openjdk:17-jdk
COPY target/mimo-*.jar app.jar
ENTRYPOINT [ "java", "-jar","app.jar" ]
#COPY target/mimo-*.jar app.jar
COPY ./mimo-*.jar app.jar
ENTRYPOINT [ "java", "-jar","app.jar" ]

0 comments on commit c3745be

Please sign in to comment.