Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Coldot authored Aug 2, 2024
1 parent 7b38a89 commit 9d71087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ RUN echo Asia/Seoul > /etc/timezone
WORKDIR /project

ARG JAR_FILE=project/build/libs/*.jar
COPY --from=source ${JAR_FILE} app.jar
COPY --from=build ${JAR_FILE} app.jar

ENTRYPOINT ["java", "-jar", "app.jar"]

0 comments on commit 9d71087

Please sign in to comment.