mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-07 20:41:05 -07:00
8 lines
191 B
Text
8 lines
191 B
Text
FROM python:3-alpine
|
|
|
|
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"]
|