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

#650 - updated Dockerfile

parent 64be9fa0
Branches
Tags
No related merge requests found
FROM tomcat:9-jdk17
RUN rm -rf /usr/local/tomcat/webapps/*
COPY build/2.8.0/BudgetMaster-v2.8.0.war $CATALINA_HOME/webapps/ROOT.war
COPY build/2.9.0/BudgetMaster-v2.9.0.war $CATALINA_HOME/webapps/ROOT.war
COPY src/main/resources/config/templates/settings-docker.properties /root/.Deadlocker/BudgetMaster/settings.properties
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