Update Dockerfile

This commit is contained in:
2019-04-17 10:55:26 +02:00
committed by GitHub
parent e8a67cf353
commit cb19c5f003

View File

@@ -25,6 +25,9 @@ RUN ulimit -n 2048
ADD /scripts/ /opt/scripts/
RUN chmod -R 774 /opt/scripts/
RUN chown -R steam /opt/scripts
USER steam
#Server Start
ENTRYPOINT ["/opt/scripts/start-server.sh"]