diff --git a/Dockerfile b/Dockerfile index 9203a74..5a47e47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,6 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf # Copy all project docs # Expected folder layout (on build context): -# ./_index/ -# ./mongo-ops/site/ COPY ./_index /usr/share/nginx/html/ COPY ./mongo-ops/site /usr/share/nginx/html/mongo-ops/ COPY ./blog-api/site /usr/share/nginx/html/api/blog/