From ce1dc576baf8d70d14f015f9e72d272b44327b12 Mon Sep 17 00:00:00 2001 From: Orestis Malaspinas <orestis.malaspinas@hesge.ch> Date: Sun, 9 Sep 2018 12:47:03 +0200 Subject: [PATCH] updated docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 07fdfec..f021fcb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM nginx COPY site/index.html /usr/share/nginx/html/ COPY site/css /usr/share/nginx/html/css -RUN ls /usr/share/nginx/html/ +RUN rm /usr/share/nginx/html/50x.html -- GitLab