Skip to content

Commit

Permalink
docs : Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
oosedus authored Oct 10, 2024
1 parent 0d11f86 commit fa11002
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 amd64/amazoncorretto:17

WORKDIR /app

COPY COPY ./build/libs/dev-0.0.1-SNAPSHOT.jar /app/notify.jar
COPY ./build/libs/dev-0.0.1-SNAPSHOT.jar /app/notify.jar

CMD ["java", "-Duser.timezone=Asia/Seoul", "-jar", "-Dspring.profiles.active=dev", "/app/notify.jar"]

0 comments on commit fa11002

Please sign in to comment.