Dockerfile aktualisiert
This commit is contained in:
@@ -31,8 +31,7 @@ RUN mkdir $DATA_DIR && \
|
|||||||
mkdir $STEAMCMD_DIR && \
|
mkdir $STEAMCMD_DIR && \
|
||||||
mkdir $SERVER_DIR && \
|
mkdir $SERVER_DIR && \
|
||||||
useradd -d $DATA_DIR -s /bin/bash $USER && \
|
useradd -d $DATA_DIR -s /bin/bash $USER && \
|
||||||
chown -R $USER $DATA_DIR && \
|
chown -R $USER $DATA_DIR
|
||||||
ulimit -n 1000000
|
|
||||||
|
|
||||||
ADD /scripts/ /opt/scripts/
|
ADD /scripts/ /opt/scripts/
|
||||||
RUN chmod -R 770 /opt/scripts/
|
RUN chmod -R 770 /opt/scripts/
|
||||||
|
Reference in New Issue
Block a user