From 647a01fe05792d0c312aa6233ba8ba93f0437dda Mon Sep 17 00:00:00 2001 From: Rahul Narla Date: Mon, 9 Mar 2026 13:33:54 -0700 Subject: [PATCH] copy validator configs and scenarios --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8117dcc..132df40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,9 @@ COPY referenceccdaservice.war /usr/local/tomcat/webapps/referenceccdaservice.war # It MUST live under conf/Catalina/localhost/ for the default engine/host. COPY configuration/referenceccdaservice.xml /usr/local/tomcat/conf/Catalina/localhost/referenceccdaservice.xml +COPY validator/configs /validator/configs +COPY validator/scenarios /validator/scenarios + # 3) (Optional but recommended) increase heap for the in-memory vocab DB # They suggest ~5GB. Tune to your environment. ENV JAVA_OPTS="-Xms1g -Xmx5g"