1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-07 04:20:39 -07:00
moth/Dockerfile.moth-dev

9 lines
178 B
Text
Raw Normal View History

2017-09-11 09:42:55 -06:00
FROM python:3
COPY tools/devel-server.py /pp/
COPY tools/moth.py /pp/
COPY tools/mistune.py /pp/
COPY tools/answer_words.txt /pp/
ENTRYPOINT ["python3", "/pp/devel-server.py"]