Skip to content
Snippets Groups Projects
Commit 26b70b5b authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#505 - updated Dockerfile

parent 6259b9e5
Branches
Tags
No related merge requests found
Pipeline #3689 canceled
FROM tomcat:9-jdk11 FROM tomcat:9-jdk11
RUN rm -rf /usr/local/tomcat/webapps/* RUN rm -rf /usr/local/tomcat/webapps/*
COPY build/2.4.3/BudgetMaster-v2.4.3.war $CATALINA_HOME/webapps/ROOT.war COPY build/2.5.0/BudgetMaster-v2.5.0.war $CATALINA_HOME/webapps/ROOT.war
COPY src/main/resources/config/templates/settings-docker.properties /root/.Deadlocker/BudgetMaster/settings.properties COPY src/main/resources/config/templates/settings-docker.properties /root/.Deadlocker/BudgetMaster/settings.properties
EXPOSE 8080 EXPOSE 8080
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment