Skip to content

Commit

Permalink
#441 - Add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobisaninfo committed May 27, 2019
1 parent 9093389 commit 5ae25a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM tomcat:9-jre8

COPY build/2.2.0/BudgetMaster-v2.2.0.war $CATALINA_HOME/webapps/budgetmaster.war
COPY src/main/resources/config/templates/settings-docker.properties /root/.Deadlocker/BudgetMaster/settings.properties

EXPOSE 8080
Empty file.

0 comments on commit 5ae25a6

Please sign in to comment.