Simple Dockerfile
to build pinnwand
.
https://pinnwand.readthedocs.io/en/latest/index.html
FROM alpine
RUN apk update && apk add py3-pip gcc python3-dev musl-dev g++
RUN pip3 install pinnwand
EXPOSE 9000
CMD pinnwand http --port 9000
Simple Dockerfile
to build pinnwand
.
https://pinnwand.readthedocs.io/en/latest/index.html
FROM alpine
RUN apk update && apk add py3-pip gcc python3-dev musl-dev g++
RUN pip3 install pinnwand
EXPOSE 9000
CMD pinnwand http --port 9000