Skip to content

Commit

Permalink
Chore [#8] Docker Volume 설정 코드
Browse files Browse the repository at this point in the history
Dockerfile 수정, volume은 jaksim-volume
  • Loading branch information
geniusYoo committed Jun 23, 2024
1 parent b7af45d commit 49b15bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jaksim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
FROM eclipse-temurin:17
WORKDIR /app
COPY ./build/libs/jaksim-0.0.1-SNAPSHOT.jar /app/jaksim.jar
CMD ["java", "-Duser.timezone=Asia/Seoul", "-jar", "-Dspring.profiles.active=prod", "jaksim.jar"]

CMD ["sh", "-c", "java -Duser.timezone=Asia/Seoul -jar -Dspring.profiles.active=prod jaksim.jar > console.log 2>&1"]

0 comments on commit 49b15bb

Please sign in to comment.