Copy default site assets to Nginx web root
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
64a9ce84d4
commit
045e1e301f
2 changed files with 9 additions and 8 deletions
|
|
@ -12,7 +12,8 @@ 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
|
||||
COPY --from=build /app/dist /usr/share/nginx/sites
|
||||
COPY --from=build /app/dist/research /usr/share/nginx/html
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue