Import csvs

This commit is contained in:
Willem Dantuma
2023-11-27 20:24:22 +01:00
parent f93eaa667c
commit f1d9c5f165
12 changed files with 45787 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ COPY start.sh /opt/re3gistry/
COPY httpd-vhosts.conf /etc/apache2/conf.d/
COPY httpd.conf /etc/apache2/
COPY public_html /var/www/localhost/htdocs/
COPY server.xml /opt/tomcat/conf
WORKDIR /opt/re3gistry
RUN chmod +x start.sh
ENTRYPOINT [ "/opt/re3gistry/start.sh" ]