Commit e7dbfe0db35e146a83b3c34f43e6f91942af566c

Authored by Antoine Goutenoir
1 parent 80b2fc76
Exists in master

config: update docker containerization to python 3.8

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
1 -FROM tiangolo/uwsgi-nginx-flask:python3.7 1 +FROM tiangolo/uwsgi-nginx-flask:python3.8
2 ADD . /app 2 ADD . /app
3 WORKDIR /app 3 WORKDIR /app
4 RUN pip install -r requirements.txt 4 RUN pip install -r requirements.txt