From a7c7ca17264849fbbc747bdcb0c303e5c9b490a3 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Sat, 30 Mar 2019 20:56:30 -0400 Subject: [PATCH] Doesn't like not having a destination... --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2c70f1..77710a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN sed -i 's/root \/home\/USER\/www\/html/root \/var\/www/g' /etc/nginx/conf.d/ && usermod -aG www-data nginx # Include Startup Script -COPY /resources/* +COPY /resources/ /resources/ EXPOSE 80 CMD ["sh", "/resources/startup.sh"] \ No newline at end of file