From 7f0dcc89225dfded7a4a475a6212b2854ae87df2 Mon Sep 17 00:00:00 2001 From: chpark Date: Sat, 30 Aug 2025 02:18:54 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8F=84=EC=BB=A4=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e988f1c..0f52dbc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY WebContent /usr/local/tomcat/webapps/ROOT COPY src /usr/local/tomcat/webapps/ROOT/WEB-INF/src # Copy custom Tomcat context configuration for JNDI -# COPY ./tomcat-conf/context.xml /usr/local/tomcat/conf/context.xml +COPY ./tomcat-conf/context.xml /usr/local/tomcat/conf/context.xml # Copy database driver if needed (PostgreSQL driver is already in WEB-INF/lib) # COPY path/to/postgresql-driver.jar /usr/local/tomcat/lib/ @@ -17,4 +17,4 @@ COPY src /usr/local/tomcat/webapps/ROOT/WEB-INF/src EXPOSE 8080 # Start Tomcat -CMD ["catalina.sh", "run"] \ No newline at end of file +CMD ["catalina.sh", "run"] \ No newline at end of file