This commit is contained in:
parent
8b738362ff
commit
1f23ae0992
2 changed files with 23 additions and 1 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue