Use rootless container
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@ -7,5 +7,5 @@ COPY . .
|
||||
RUN python -m poetry install --no-root
|
||||
RUN python -m poetry run mkdocs build
|
||||
|
||||
FROM nginx
|
||||
FROM nginxinc/nginx-unprivileged
|
||||
COPY --from=builder /src/site /usr/share/nginx/html
|
||||
|
Reference in New Issue
Block a user