From d8a2d0e3c48c3384319b4b1d3b66384004b57e0d Mon Sep 17 00:00:00 2001 From: van1164 Date: Sun, 9 Jun 2024 15:02:28 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20docker=20file=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index c5b4484..7a55338 100644 --- a/dockerfile +++ b/dockerfile @@ -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