Skip to content

Commit

Permalink
📝docs : Dockerfile 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonghyeo committed May 27, 2024
1 parent 3adb358 commit d845562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apiGateway-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ FROM openjdk:17-jdk

ARG JAR_FILE=build/libs/*.jar
COPY ${JAR_FILE} app.jar
COPY src/main/resources/static /app/static
ENTRYPOINT ["java", "-Dspring.profiles.active=prod", "-Duser.timezone=Asia/Seoul" , "-jar", "app.jar"]

0 comments on commit d845562

Please sign in to comment.