tutorials/media-manager #1

Merged
aetos merged 14 commits from tutorials/media-manager into main 2025-11-20 17:37:19 +00:00
Showing only changes of commit 3538634706 - Show all commits

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/