From 3538634706761e30cba9a98abb1b97ca1acff0c1 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Thu, 20 Nov 2025 22:20:42 +0530 Subject: [PATCH] comment fix --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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/