Skip to content

Commit

Permalink
updated Dockerfile and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlocker8 committed Jul 5, 2020
1 parent 471fe79 commit 7b4f6ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4.1/BudgetMaster-v2.4.1.war $CATALINA_HOME/webapps/ROOT.war
COPY build/2.4.2/BudgetMaster-v2.4.2.war $CATALINA_HOME/webapps/ROOT.war
COPY src/main/resources/config/templates/settings-docker.properties /root/.Deadlocker/BudgetMaster/settings.properties

EXPOSE 8080
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Manage your monthly budget easily with BudgetMaster

- __start:__ 17.12.16
- __current release:__ v2.4.1 (24) from 01.07.20
- __current release:__ v2.4.2 (25) from 05.07.20

## Key Features
- Keep your data private - Host your own BudgetMaster server or use it in standalone mode. All data remains on your machines.
Expand Down

0 comments on commit 7b4f6ca

Please sign in to comment.