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

#768 - update README + Dockerfile

parent 6ac53a1d
Branches
Tags
No related merge requests found
...@@ -8,7 +8,7 @@ ARG APP_DIR=/BudgetMaster ...@@ -8,7 +8,7 @@ ARG APP_DIR=/BudgetMaster
RUN mkdir -p $APP_DIR RUN mkdir -p $APP_DIR
RUN mkdir -p /root/.Deadlocker/BudgetMaster RUN mkdir -p /root/.Deadlocker/BudgetMaster
COPY BudgetMasterServer/build/2.17.2/BudgetMasterServer-v2.17.2.jar /BudgetMaster/BudgetMaster.jar COPY BudgetMasterServer/build/2.18.0/BudgetMasterServer-v2.18.0.jar /BudgetMaster/BudgetMaster.jar
COPY BudgetMasterServer/src/main/resources/config/templates/settings-docker.properties /root/.Deadlocker/BudgetMaster/settings.properties COPY BudgetMasterServer/src/main/resources/config/templates/settings-docker.properties /root/.Deadlocker/BudgetMaster/settings.properties
RUN echo "server.port=9000" > ~/.Deadlocker/BudgetMaster/settings.properties RUN echo "server.port=9000" > ~/.Deadlocker/BudgetMaster/settings.properties
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Manage your monthly budget easily with BudgetMaster Manage your monthly budget easily with BudgetMaster
- __start:__ 17.12.16 - __start:__ 17.12.16
- __current release:__ v2.17.2 (49) from 15.11.24 - __current release:__ v2.18.0 (50) from 14.04.25
## Key Features ## Key Features
- Keep your data private - Host your own BudgetMaster server or use it in standalone mode. All data remains on your machines. - 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