Update Dockerfile
This commit is contained in:
parent
79cca1eb1a
commit
8b303216e7
|
@ -1,8 +1,6 @@
|
|||
FROM debian:buster-slim
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue