
build-distro.web.Dockerfile-jre8-bundled Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openmrs-sdk-maven-plugin Show documentation
Show all versions of openmrs-sdk-maven-plugin Show documentation
OpenMRS SDK allows for rapid development of OpenMRS modules.
The newest version!
FROM tomcat:7-jre8
# Docker configuration automatically generated by openmrs SDK
COPY openmrs.war /usr/local/tomcat/webapps/openmrs.war
COPY setenv.sh /usr/local/tomcat/bin/setenv.sh
COPY wait-for-it.sh /usr/local/tomcat/wait-for-it.sh
COPY startup.sh /usr/local/tomcat/startup.sh
RUN sed -i '/Connector port="8080"/a URIEncoding="UTF-8" relaxedPathChars="[]|" relaxedQueryChars="[]|{}^\`"<>"' /usr/local/tomcat/conf/server.xml
RUN chmod +x /usr/local/tomcat/wait-for-it.sh
RUN chmod +x /usr/local/tomcat/startup.sh
# For documentation purpose only
COPY openmrs-distro.properties /root/openmrs-distro.properties
COPY Dockerfile /root/Dockerfile
CMD ["/usr/local/tomcat/startup.sh"]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy