Skip to content

Commit

Permalink
[CHORE] docker 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks authored Mar 18, 2024
1 parent 68355a6 commit c794feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ FROM openjdk:17-jdk-slim
WORKDIR /app
COPY --from=build /app/build/libs/*.jar app.jar

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

0 comments on commit c794feb

Please sign in to comment.