Skip to content

Commit

Permalink
!hotfix :: fix jar file name info
Browse files Browse the repository at this point in the history
  • Loading branch information
miraexhoi committed Aug 23, 2024
1 parent 8a6bc20 commit 567b8ea
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
@@ -1,5 +1,5 @@
FROM openjdk:17
ARG JAR_FILE=build/libs/*.jar
ARG JAR_FILE=build/libs/spaced-0.0.1-SNAPSHOT.jar
COPY ${JAR_FILE} app.jar
ENV TZ=Asia/Seoul
ENTRYPOINT ["java", "-Dspring.profiles.active=prod", "-Duser.timezone=Asia/Seoul", "-jar", "/app.jar"]

0 comments on commit 567b8ea

Please sign in to comment.