From 9716736e1e3758f57c131adfe97e7985f30ba79e Mon Sep 17 00:00:00 2001 From: Lucas Briese Date: Wed, 19 Sep 2018 21:21:53 +0200 Subject: [PATCH] ~ fixed, user statement should be at the end --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 80b86e1..b6fda23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,8 +19,6 @@ ENV STEAM_PATH="/home/steam" \ HLDM_PATH="/home/steam/addons/hldm" \ TF2_PATH="/home/steam/addons/tf2" -USER "$USER_ID:$GROUP_ID" - VOLUME "$SERVER_PATH" ENTRYPOINT ["./home/entrypoint.sh"] @@ -38,3 +36,5 @@ RUN dpkg --add-architecture i386 && \ chmod a=rx /home/installAndMountAddons.sh && \ chmod a=rx /home/forceWorkshopDownload.sh && \ ulimit -n 2048 + +USER "$USER_ID:$GROUP_ID" \ No newline at end of file