Skip to content

Commit

Permalink
fix :
Browse files Browse the repository at this point in the history
  • Loading branch information
nonaninona committed Jan 1, 2024
1 parent ff8dce6 commit 032ed25
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,4 +1,4 @@
FROM openjdk:19-alpine
ARG JAR_PATH=build/libs/*.jar
FROM openjdk:17-alpine
ARG JAR_PATH=/build/libs/*.jar
COPY ${JAR_PATH} /home/server.jar
ENTRYPOINT ["java","-jar","/home/server.jar"]

0 comments on commit 032ed25

Please sign in to comment.