diff --git a/Dockerfile b/Dockerfile index 52415ff..1b660fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y curl unzip libcurl4 screen \ && apt-get purge -y curl && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* \ && sed -i 's/#startup_message off/startup_message off/g' /etc/screenrc -COPY /usr/var/ /usr/var/ +COPY /usr/var/* /usr/var/ COPY /entrypoint.sh / RUN chmod +x /usr/var/StartServer