From d624ef4cc032371a02f847ffb6622daf972595d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=ED=9B=88=20=EB=B3=80?= Date: Fri, 5 Apr 2024 10:54:59 +0900 Subject: [PATCH] =?UTF-8?q?Dockerfile=20=EB=B3=80=EA=B2=BD?= 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 be38cc0..b6fa0e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ WORKDIR /usr/local/tomcat RUN rm -rf * # InterMAX 테스트용 애플리케이션 및 tomcat 파일 추가 -COPY ./tomcat/* ./ \ No newline at end of file +COPY ./tomcat/ ./ \ No newline at end of file