Skip to content

Commit

Permalink
chore: 도커 파일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Nov 10, 2024
1 parent 1db86fe commit 27310bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layer-batch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ COPY ${JAR_FILE} layer-batch.jar

ENV SPRING_PROFILE=${SPRING_PROFILE}

ENTRYPOINT ["java", "-Duser.timezone=Asia/Seoul","-Dspring.profiles.active=prod" ,"-jar" ,"layer-batch.jar"]
ENTRYPOINT ["java", "-Duser.timezone=Asia/Seoul" ,"-jar" ,"layer-batch.jar"]

0 comments on commit 27310bf

Please sign in to comment.