FROM python:3.8
ADD app .
RUN pip install FLASK
CMD ["python","./app"]