8 lines
182 B
Text
8 lines
182 B
Text
FROM tiangolo/uwsgi-nginx-flask:latest
|
|
|
|
RUN pip install lxml flask_cors flask_compress psycopg2 unidecode numpy sklearn
|
|
|
|
COPY app /app
|
|
COPY ./uwsgi.ini /app
|
|
COPY ./prestart.sh /app
|
|
|