From 9d59b762d6a599a5799b518168d237b9c77da657 Mon Sep 17 00:00:00 2001 From: FhRh Date: Thu, 14 Nov 2024 16:50:24 +0900 Subject: [PATCH] =?UTF-8?q?style(Dockerfile)=20:=20=EB=B6=88=ED=95=84?= =?UTF-8?q?=EC=9A=94=ED=95=9C=20=EC=A3=BC=EC=84=9D=20=EB=B0=8F=20=EA=B0=9C?= =?UTF-8?q?=ED=96=89=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/banchango/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Server/banchango/Dockerfile b/Server/banchango/Dockerfile index 4596b2b..bad2041 100644 --- a/Server/banchango/Dockerfile +++ b/Server/banchango/Dockerfile @@ -13,4 +13,3 @@ COPY ${JAR_FILE} /banchango.jar #컨테이너 실행 명령어 #ex) java -jar -Dspring.profiles.active=prod /sejongmate.jar ENTRYPOINT ["java","-jar","/banchango.jar"] -#