Skip to content

Commit

Permalink
[Setting] 도커 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkonu authored May 17, 2024
1 parent ef2a0b4 commit def7f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planfit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EXPOSE 8081

# build가 되는 시점에 JAR_FILE이라는 변수 명에 build/libs/*.jar 선언
# build/libs - gradle로 빌드했을 때 jar 파일이 생성되는 경로
ARG JAR_FILE=build/libs/*.jar
ARG JAR_FILE=./planfit/build/libs/*.jar

# JAR_FILE을 app.jar로 복사
COPY ${JAR_FILE} app.jar
Expand Down

0 comments on commit def7f11

Please sign in to comment.