Select Git revision
news_en.properties
-
Robert Goldmann authoredRobert Goldmann authored
To find the state of this project's repository at the time of any of these versions, check out the tags.
Dockerfile 263 B
FROM tomcat:9-jre8
RUN rm -rf /usr/local/tomcat/webapps/*
COPY build/2.4.5/BudgetMaster-v2.4.5.war $CATALINA_HOME/webapps/ROOT.war
COPY src/main/resources/config/templates/settings-docker.properties /root/.Deadlocker/BudgetMaster/settings.properties
EXPOSE 8080