Skip to content
Snippets Groups Projects
Commit e405aa73 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Update readme and Dockerfile

parent 17e3e027
Branches
No related tags found
No related merge requests found
Pipeline #2208 passed
FROM tomcat:9-jre8
RUN rm -rf /usr/local/tomcat/webapps/*
COPY build/2.2.1/BudgetMaster-v2.2.1.war $CATALINA_HOME/webapps/ROOT.war
COPY build/2.3.0/BudgetMaster-v2.3.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
......@@ -2,7 +2,7 @@
Manage your monthly budget easily with BudgetMaster
- __start:__ 17.12.16
- __current release:__ v2.2.1 (20) from 22.06.19
- __current release:__ v2.3.0 (21) from 25.08.19
## 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