Compare commits
2 Commits
b053ba7ff4
...
36f4fe3c03
Author | SHA1 | Date | |
---|---|---|---|
36f4fe3c03 | |||
4169b5adeb |
@ -7,5 +7,5 @@ COPY . .
|
||||
RUN python -m poetry install --no-root
|
||||
RUN python -m poetry run mkdocs build
|
||||
|
||||
FROM nginx:1.27.3
|
||||
FROM nginx:1.27.4
|
||||
COPY --from=builder /src/site /usr/share/nginx/html
|
||||
|
Reference in New Issue
Block a user