Blame view

Dockerfile 230 Bytes
80b2fc76   Antoine Goutenoir   config: update do...
1
FROM tiangolo/uwsgi-nginx-flask:python3.7
68f8582f   Antoine Goutenoir   Add a tentative D...
2
3
4
5
6
7
8
ADD . /app
WORKDIR /app
RUN pip install -r requirements.txt
ENV FLASK_APP "flaskr"
ENV FLASK_ENV "production"
ENV FLASK_RUN_EXTRA_FILES "content.yml"
#CMD flask run
16c55e61   Antoine Goutenoir   Continue duelling...
9
#CMD python web/wsgi.py