mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-07 04:20:39 -07:00
7 lines
199 B
Text
7 lines
199 B
Text
FROM alpine
|
|
|
|
RUN apk --no-cache add python3 py3-pillow
|
|
|
|
COPY tools/package-puzzles.py tools/moth.py tools/mistune.py tools/answer_words.txt /moth/
|
|
|
|
ENTRYPOINT ["python3", "/moth/package-puzzles.py"]
|