Skip to content

Commit

Permalink
chore : client Docker파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seulgi99 authored Oct 9, 2023
1 parent fbaba88 commit de88e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions likelion-client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM openjdk:17
ARG JAR_FILE=build/libs/*.jar
ARG JAR_FILE=./build/libs/*.jar
COPY ${JAR_FILE} app.jar

ENTRYPOINT ["java","-jar","-Duser.timezone=Asia/Seoul","-Dspring.profiles.active=${PROFILE}","/app.jar"]
ENTRYPOINT ["java","-jar","-Duser.timezone=Asia/Seoul","-Dspring.profiles.active=${PROFILE}","/app.jar"]

0 comments on commit de88e04

Please sign in to comment.