Skip to content

Commit

Permalink
Update Dockerfile-release
Browse files Browse the repository at this point in the history
  • Loading branch information
devbattery authored Oct 5, 2023
1 parent a027282 commit 7e00185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/carrot/Dockerfile-release
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ WORKDIR /app
COPY . .
ARG JAR_FILE=./build/libs/*.jar
COPY ${JAR_FILE} app.jar
ENTRYPOINT ["java","-Dspring.profiles.active=prod","-Dserver.port=8080","-Duser.timezone=Asia/Seoul","-jar","app.jar"]
ENTRYPOINT ["java","-Dspring.profiles.active=prod","-Dserver.port=8080","-jar","app.jar"]

0 comments on commit 7e00185

Please sign in to comment.