Skip to content

Commit

Permalink
rollback DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehan4707 authored Jul 21, 2024
1 parent c3745be commit d7507c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FROM openjdk:17-jdk
#COPY target/mimo-*.jar app.jar
COPY ./mimo-*.jar app.jar
COPY target/mimo-*.jar app.jar
ENTRYPOINT [ "java", "-jar","app.jar" ]

0 comments on commit d7507c2

Please sign in to comment.