diff --git a/Dockerfile b/Dockerfile index d4ab385..f94ed48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app RUN apt-get update && \ apt-get install -y --no-install-recommends gcc libpq-dev libatlas-base-dev && \ - pip install --no-cache-dir pipenv \ + pip install --no-cache-dir pipenv COPY Pipfile Pipfile.lock ./ RUN pipenv install --deploy --ignore-pipfile