10 lines
158 B
Docker
Raw Normal View History

2018-02-03 00:06:55 -08:00
FROM python:3.6-onbuild
# ENV FLASK_APP=indexer/app.py
ENV FLASK_DEBUG=1
EXPOSE 5000
# TODO: Track debug in env and use threads
CMD python -m indexer.main