trim docker files
This commit is contained in:
@@ -1,11 +1,8 @@
|
|||||||
FROM python:alpine
|
FROM python:alpine
|
||||||
RUN pip install --upgrade pip
|
|
||||||
LABEL version="1.0.3" maintainer="rskntroot@gmail.com"
|
LABEL version="1.0.3" maintainer="rskntroot@gmail.com"
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN pip install --upgrade pip myst-parser pydata-sphinx-theme
|
||||||
make \
|
RUN apk add --no-cache py3-sphinx make
|
||||||
py3-sphinx
|
|
||||||
RUN pip install myst-parser pydata-sphinx-theme
|
|
||||||
|
|
||||||
WORKDIR /opt/sphinx
|
WORKDIR /opt/sphinx
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
version: "3.8"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
sphinx-docs:
|
sphinx-docs:
|
||||||
image: rskio/sphinx-docs
|
image: rskio/sphinx-docs
|
||||||
Reference in New Issue
Block a user