Select Git revision
-
Robert Goldmann authoredRobert Goldmann authored
Dockerfile 263 B
FROM tomcat:9-jre8
RUN rm -rf /usr/local/tomcat/webapps/*
COPY build/2.2.1/BudgetMaster-v2.2.1.war $CATALINA_HOME/webapps/ROOT.war
COPY src/main/resources/config/templates/settings-docker.properties /root/.Deadlocker/BudgetMaster/settings.properties
EXPOSE 8080