diff --git a/Dockerfile b/Dockerfile index b11c7f5..41fad53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.9-slim -RUN pip install -r requirements.txt COPY . . +RUN pip install -r requirements.txt ENV FLASK_APP=flaskr/hello EXPOSE 5000 ENTRYPOINT python3 -m flask run --host=0.0.0.0 \ No newline at end of file