This commit is contained in:
parent
5b72ce1445
commit
1553f9e7c6
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ COPY . /docs/
|
||||||
RUN mkdocs build
|
RUN mkdocs build
|
||||||
|
|
||||||
|
|
||||||
FROM nginx:latest
|
FROM nginx:alpine
|
||||||
|
|
||||||
COPY --from=build /docs/site/ /usr/share/nginx/html/
|
COPY --from=build /docs/site/ /usr/share/nginx/html/
|
||||||
|
|
Loading…
Add table
Reference in a new issue