This commit is contained in:
parent
42479636f2
commit
1fe0a9d815
@ -7,5 +7,5 @@ COPY . .
|
||||
RUN python -m poetry install --no-root
|
||||
RUN python -m poetry run mkdocs build
|
||||
|
||||
FROM nginx:1.27.4
|
||||
FROM nginxinc/nginx-unprivileged:1.27-alpine-perl
|
||||
COPY --from=builder /src/site /usr/share/nginx/html
|
||||
|
Loading…
Reference in New Issue
Block a user