Serve multisite blogs from explicit Nginx roots
Some checks are pending
Build / build (push) Waiting to run
Some checks are pending
Build / build (push) Waiting to run
This commit is contained in:
parent
b3cd8a8914
commit
64a9ce84d4
3 changed files with 64 additions and 32 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue