diff --git a/Dockerfile b/Dockerfile index e1deb4d..4609e94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN \ WORKDIR /app # Copy the app files from the server into the container -COPY *.py models ./ +COPY requirements.txt *.py models ./ # Install the required dependencies RUN \