moth/Dockerfile.moth-compile

8 lines
123 B
Docker
Raw Normal View History

FROM alpine
RUN apk --no-cache add python3 py3-pillow
2018-05-11 17:00:55 -06:00
COPY . /moth/
2018-05-11 17:00:55 -06:00
ENTRYPOINT ["python3", "/moth/tools/mothballer.py"]