restructure for backend/frontend separation

This commit is contained in:
2019-12-13 14:41:27 +01:00
parent 21e03fa179
commit 1cf361a891
43 changed files with 13959 additions and 0 deletions

11
backend/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