From bbd67ff26323f386cda0bb9f1af0f32160a28036 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Thu, 14 Nov 2019 22:25:17 -0500 Subject: [PATCH] Fix possible typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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