Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast committed Jan 18, 2024
2 parents d2d6525 + 5898de7 commit 0efad03
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 @@ -27,4 +27,4 @@ ENV AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION}
ENV AWS_OUTPUT_FORMAT=${AWS_OUTPUT_FORMAT}

# 컨테이너 실행 시 Java 애플리케이션 실행
CMD ["java", "-Duser.timezone=Asia/Seoul", "-jar", "-Dspring.profiles.active=dev", "lequuServer.jar"]
CMD ["java", "-Duser.timezone=Asia/Seoul", "-jar", "-Dspring.profiles.active=dev", "lequuServer.jar"]

0 comments on commit 0efad03

Please sign in to comment.