Skip to content
Snippets Groups Projects
Unverified Commit b5b8ef2e authored by mmatur's avatar mmatur
Browse files

feat: add dockerfile for documentation

parent 1476eba6
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.7
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/bin
COPY requirements.txt /mkdocs/
WORKDIR /mkdocs
VOLUME /mkdocs
RUN apk --no-cache --no-progress add py-pip \
&& pip install --user -r requirements.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment