email-assistant/viewers/main/Dockerfile

9 lines
126 B
Docker

FROM python:3.6-onbuild
ENV FLASK_DEBUG=1
EXPOSE 5000
# TODO: Track debug in env and use threads
CMD python -m viewer.main