Skip to content

Commit

Permalink
devops : docker file modify
Browse files Browse the repository at this point in the history
docker ENTRYPOINT jar 파일 이름 μ„€μ • λ³€κ²½
  • Loading branch information
HABINOH committed Apr 24, 2024
1 parent 5cbfc04 commit 02d01f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backEnd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ COPY ${JAR_FILE} ourClass.jar

# 운영 및 κ°œλ°œμ—μ„œ μ‚¬μš©λ˜λŠ” ν™˜κ²½ 섀정을 뢄리
# -Duser.timezone=Asia/Seoul JVM μ˜΅μ…˜μ„ μ‚¬μš©ν•˜μ—¬ μ• ν”Œλ¦¬μΌ€μ΄μ…˜ μˆ˜μ€€μ—μ„œλ„ νƒ€μž„μ‘΄μ„ μ„€μ •
ENTRYPOINT ["java", "-jar", "-Dspring.profiles.active=dev", "-Duser.timezone=Asia/Seoul", "/finfarm.jar"]
ENTRYPOINT ["java", "-jar", "-Dspring.profiles.active=dev", "-Duser.timezone=Asia/Seoul", "/ourClass.jar"]

0 comments on commit 02d01f6

Please sign in to comment.