Update Dockerfile

This commit is contained in:
2019-04-23 09:45:28 +02:00
committed by GitHub
parent 83d06598c4
commit fe5ec5332b

View File

@@ -15,6 +15,8 @@ ENV GAME_PORT=27015
ENV VALIDATE="false"
ENV UID=99
ENV GID=100
ENV USERNAME="steamusername"
ENV PASSWRD="steampassword"
RUN mkdir $DATA_DIR
RUN mkdir $STEAMCMD_DIR