Skip to content

Commit

Permalink
chore: docker file 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
van1164 committed Jun 9, 2024
1 parent 6580cf0 commit d8a2d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt install openjdk-17-jdk -y
RUN apt-get -y upgrade && apt-get install -y --no-install-recommends ffmpeg

# JAR_FILE 변수 정의 -> 기본적으로 jar file이 2개이기 때문에 이름을 특정해야함
ARG JAR_FILE=./video/build/libs/video-0.0.1-SNAPSHOT.jar
ARG JAR_FILE=./app/build/libs/app-0.0.1-SNAPSHOT.jar

# JAR 파일 메인 디렉토리에 복사
COPY ${JAR_FILE} app.jar
Expand Down

0 comments on commit d8a2d0e

Please sign in to comment.