Serve multisite blogs from explicit Nginx roots
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Neeldhara Misra 2026-06-13 20:16:35 +02:00
parent b3cd8a8914
commit 64a9ce84d4
3 changed files with 64 additions and 32 deletions

View file

@ -11,6 +11,7 @@ RUN npm run build
FROM nginx:1.27-alpine AS runtime
COPY deploy/nginx.conf /etc/nginx/conf.d/default.conf
COPY deploy/blog-locations.conf /etc/nginx/snippets/blog-locations.conf
COPY --from=build /app/dist /usr/share/nginx/html
EXPOSE 80