Update Dockerfile

This commit is contained in:
2019-04-16 12:34:28 +02:00
committed by GitHub
parent 9d41321985
commit 9d96e65385

View File

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