From fade62dd33eed1f34857142a2293146666d1acdb Mon Sep 17 00:00:00 2001 From: Lucas Briese Date: Wed, 19 Sep 2018 23:34:23 +0200 Subject: [PATCH] ~ fixed, scripts not in image --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b3830bd..30c383c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ VOLUME "$SERVER_PATH" ENTRYPOINT ["./home/entrypoint.sh"] -COPY ["entrypoint.sh", "installAndMountAddons.sh", "forceWorkshopDownload.sh", "/home/"] +COPY ["entrypoint.sh", "installAndMountAddons.sh", "forceWorkshopDownload.sh", "experimental.sh", "/home/"] # removed dep. lib32gcc1 libtcmalloc-minimal4:i386 gdb RUN dpkg --add-architecture i386 && \ @@ -37,6 +37,7 @@ RUN dpkg --add-architecture i386 && \ chmod a=rx /home/entrypoint.sh && \ chmod a=rx /home/installAndMountAddons.sh && \ chmod a=rx /home/forceWorkshopDownload.sh && \ + chmod a=rx /home/experimental.sh && \ ulimit -n 2048 USER "$USER_ID:$GROUP_ID" \ No newline at end of file