diff --git a/app/Dockerfile b/app/Dockerfile index a28ec5b..0ac6b28 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,13 +1,7 @@ FROM python:3.8-slim-bullseye - WORKDIR /python-docker - COPY ./requirements.txt requirements.txt - RUN python3 -m pip install -r requirements.txt - COPY ./ . - EXPOSE 5000 - CMD [ "python3", "-m" , "flask", "run", "--host=0.0.0.0"] \ No newline at end of file