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

updated Dockerfile, README and versionCode

parent d656cb87
No related branches found
No related tags found
No related merge requests found
Pipeline #3702 passed
FROM tomcat:9-jre8 FROM tomcat:9-jre8
RUN rm -rf /usr/local/tomcat/webapps/* RUN rm -rf /usr/local/tomcat/webapps/*
COPY build/2.4.4/BudgetMaster-v2.4.4.war $CATALINA_HOME/webapps/ROOT.war COPY build/2.4.5/BudgetMaster-v2.4.5.war $CATALINA_HOME/webapps/ROOT.war
COPY src/main/resources/config/templates/settings-docker.properties /root/.Deadlocker/BudgetMaster/settings.properties COPY src/main/resources/config/templates/settings-docker.properties /root/.Deadlocker/BudgetMaster/settings.properties
EXPOSE 8080 EXPOSE 8080
\ No newline at end of file
...@@ -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.4.4 (27) from 05.08.20 - __current release:__ v2.4.5 (28) from 19.08.20
## 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.
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<groupId>de.deadlocker8</groupId> <groupId>de.deadlocker8</groupId>
<artifactId>BudgetMaster</artifactId> <artifactId>BudgetMaster</artifactId>
<version>2.4.4</version> <version>2.4.5</version>
<name>BudgetMaster</name> <name>BudgetMaster</name>
<repositories> <repositories>
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<app.versionDate>${maven.build.timestamp}</app.versionDate> <app.versionDate>${maven.build.timestamp}</app.versionDate>
<maven.build.timestamp.format>dd.MM.yy</maven.build.timestamp.format> <maven.build.timestamp.format>dd.MM.yy</maven.build.timestamp.format>
<app.versionCode>27</app.versionCode> <app.versionCode>28</app.versionCode>
<app.author>Robert Goldmann</app.author> <app.author>Robert Goldmann</app.author>
<project.outputDirectory>build/${project.version}</project.outputDirectory> <project.outputDirectory>build/${project.version}</project.outputDirectory>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment