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

updated README and Dockerfile

parent 05bdd4d5
No related branches found
No related tags found
No related merge requests found
Pipeline #3697 passed
FROM tomcat:9-jre8
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.4.4/BudgetMaster-v2.4.4.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
......@@ -2,7 +2,7 @@
Manage your monthly budget easily with BudgetMaster
- __start:__ 17.12.16
- __current release:__ v2.4.3 (26) from 19.07.20
- __current release:__ v2.4.4 (27) from 05.08.20
## Key Features
- Keep your data private - Host your own BudgetMaster server or use it in standalone mode. All data remains on your machines.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment