1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-05 11:30:41 -07:00
moth/Dockerfile.package-puzzles

11 lines
225 B
Text
Raw Normal View History

FROM alpine
RUN apk --no-cache add python3 py3-pillow
2017-09-11 09:42:55 -06:00
COPY tools/package-puzzles.py /pp/
COPY tools/moth.py /pp/
COPY tools/mistune.py /pp/
COPY tools/answer_words.txt /pp/
ENTRYPOINT ["python3", "/pp/package-puzzles.py"]