comment fix

This commit is contained in:
2025-11-20 22:20:42 +05:30
parent 638271b04a
commit 3538634706

View File

@@ -10,8 +10,6 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf
# Copy all project docs # Copy all project docs
# Expected folder layout (on build context): # Expected folder layout (on build context):
# ./_index/
# ./mongo-ops/site/
COPY ./_index /usr/share/nginx/html/ COPY ./_index /usr/share/nginx/html/
COPY ./mongo-ops/site /usr/share/nginx/html/mongo-ops/ COPY ./mongo-ops/site /usr/share/nginx/html/mongo-ops/
COPY ./blog-api/site /usr/share/nginx/html/api/blog/ COPY ./blog-api/site /usr/share/nginx/html/api/blog/