diff --git a/Dockerfile b/Dockerfile index b0a245f..24574cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ FROM python:3.11-alpine -COPY requirements.txt / RUN pip3 install flask gunicorn