„Dockerfile“ ändern

This commit is contained in:
2019-08-03 10:05:43 +02:00
parent 862309a270
commit 8879c642e2

View File

@@ -4,9 +4,7 @@ MAINTAINER ich777
RUN dpkg --add-architecture i386
RUN apt-get update
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
ENV TZ=Europe/Rome
RUN apt-get -y install lib32gcc1 wget screen mono-complete
RUN apt-get -y install lib32gcc1 wget screen
ENV DATA_DIR="/serverdata"
ENV STEAMCMD_DIR="${DATA_DIR}/steamcmd"
@@ -39,4 +37,4 @@ RUN chown -R steam /opt/scripts
USER steam
#Server Start
ENTRYPOINT ["/opt/scripts/start-server.sh"]
ENTRYPOINT ["/opt/scripts/start-server.sh"]