diff --git a/Dockerfile b/Dockerfile index 91a65802..d5257a1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,4 +24,4 @@ COPY Pipfile.lock Pipfile.lock COPY . /app # -- Install dependencies: -RUN pipenv install --system \ No newline at end of file +RUN pipenv install --system --deploy \ No newline at end of file