diff --git a/Dockerfile b/Dockerfile index e2afbd8..d2d74d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM python:3.9.1 -COPY . /app +FROM python:3.7.9 WORKDIR /app +COPY . . ENV FLASK_APP=autoapp.py RUN pip install -r requirements/dev.txt EXPOSE 8000 -CMD python autoapp.py \ No newline at end of file +CMD python autoapp.py \ No newline at end of file