add masterconfig
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2023-11-09 18:22:17 +02:00
parent 8b738362ff
commit 1f23ae0992
Signed by: aaron
GPG key ID: 643004654D40D577
2 changed files with 23 additions and 1 deletions

View file

@ -6,6 +6,7 @@ RUN apt-get update -qq && apt-get install -qq libmariadb3 --no-install-recommend
COPY ./DarkflameServer/build /app
COPY ./start.sh /app/
COPY ./masterconfig.ini /app/
RUN chmod +x /app/start.sh
@ -16,4 +17,4 @@ ENV MAX_CLIENTS 999
ENV TEAM_LOOT 1
ENV CLIENT_VERSION 171022
ENTRYPOINT [ "start.sh" ]
ENTRYPOINT [ "/app/start.sh" ]