diff --git a/Dockerfile b/Dockerfile index 86c7c690..7ea90e59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ WORKDIR /app # COPY . /app # -- Install dependencies: -# RUN pipenv install --deploy +# RUN pipenv install --deploy --system ENTRYPOINT [] CMD [ "/bin/bash" ] \ No newline at end of file