FROM python:3.8.5 WORKDIR /app COPY . /app ENV FLASK_APP=autoapp.py RUN pip install -r requirements/dev.txt CMD python autoapp.py