Update Dockerfile

This commit is contained in:
ryluth 2019-09-18 15:52:58 +02:00 committed by GitHub
parent 79cca1eb1a
commit 8b303216e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -1,8 +1,6 @@
FROM debian:buster-slim
RUN mkdir /opt/tmserver
COPY tmserver/ /opt/tmserver/
COPY tmserver/ /opt/
COPY entrypoint-tmserver.sh /opt/tmserver/
RUN apt update \
@ -15,4 +13,4 @@ RUN chown -R trackmania:trackmania /opt/tmserver
USER trackmania
WORKDIR /opt/tmserver
ENTRYPOINT ["./entrypoint-tmserver.sh"]
ENTRYPOINT ./entrypoint-tmserver.sh