Skip to content

Commit

Permalink
refactor: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cookienc committed May 22, 2024
1 parent a64934a commit f35a89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-prod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM amazoncorretto:17

WORKDIR /app

COPY ./build/libs/itracker-*-SNAPSHOT.jar /app/itracker.jar
COPY ./build/libs/itracker-0.0.1-SNAPSHOT.jar /app/itracker.jar

CMD ["java", "-Duser.timezone=Asia/Seoul", "-jar", "-Dspring.profiles.active=prod", "itracker.jar"]

0 comments on commit f35a89e

Please sign in to comment.