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

update Dockerfile

parent 23466990
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@ ARG APP_DIR=/BudgetMaster
RUN mkdir -p $APP_DIR
RUN mkdir -p /root/.Deadlocker/BudgetMaster
COPY BudgetMasterServer/build/2.16.1/BudgetMasterServer-v2.16.1.jar /BudgetMaster/BudgetMaster.jar
COPY BudgetMasterServer/build/2.17.0/BudgetMasterServer-v2.17.0.jar /BudgetMaster/BudgetMaster.jar
COPY BudgetMasterServer/src/main/resources/config/templates/settings-docker.properties /root/.Deadlocker/BudgetMaster/settings.properties
RUN echo "server.port=9000" > ~/.Deadlocker/BudgetMaster/settings.properties
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment