Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down