apk add mkdocs

This commit is contained in:
Late Night Defender 2024-06-04 12:15:35 +07:00
parent e227505358
commit 08d69eb59a

View file

@ -1,6 +1,6 @@
FROM docker.io/library/nginx:alpine
RUN apk add git
RUN apk add git mkdocs
RUN mkdir -p /opt/little-lines-docs