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

feat: add dockerfile for documentation

parent a3ab3043
Branches
Tags 31.39.1
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