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

feat: add dockerfile for documentation

parent 146a1016
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