1 2 3 4 5 6 7 8 9 10 11 12 13
FROM tiangolo/uwsgi-nginx-flask:python3.6 MAINTAINER tommy@research.att.com #setup uwsgi+nginx # https://hub.docker.com/r/tiangolo/uwsgi-nginx-flask/ COPY ./app /app RUN pip install --upgrade pip RUN pip install /app/app RUN mkdir -p /opt/logs/ ENV LISTEN_PORT 10000