Skip to content

Commit

Permalink
updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlocker8 committed Jun 22, 2019
1 parent 51b3707 commit e49e7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM tomcat:9-jre8

RUN rm -rf /usr/local/tomcat/webapps/*
COPY build/2.2.0/BudgetMaster-v2.2.0.war $CATALINA_HOME/webapps/ROOT.war
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

0 comments on commit e49e7b1

Please sign in to comment.