Dockerfile aktualisiert

This commit is contained in:
2024-06-06 12:18:02 +02:00
parent 4a2cf5bfec
commit 0fb020fe5e

View File

@@ -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/