Skip to content

Commit

Permalink
Fix copy path of jar file
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-zin committed Sep 19, 2023
1 parent 253cca8 commit d3c794e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM amazoncorretto:17.0.8

WORKDIR /app

COPY ./build/libs/0.0.1-SNAPSHOT.jar /app/server.jar
COPY ./build/libs/voyagers-0.0.1-SNAPSHOT.jar /app/server.jar

ENTRYPOINT java -server ${JAVA_OPTIONS} ${JAVA_AGENT_OPTIONS} -jar server.jar

0 comments on commit d3c794e

Please sign in to comment.