Intial changes for MariaDB

This commit is contained in:
2022-07-15 14:00:37 +02:00
parent 3be307c0f9
commit faad60346f
5 changed files with 83 additions and 78 deletions

11
Dockerfile Normal file
View File

@ -0,0 +1,11 @@
FROM tiangolo/uwsgi-nginx-flask:python3.7
RUN pip install requests
RUN pip install pandas
RUN pip install Flask-BasicAuth
RUN pip install bs4
COPY ./app /app