From f82b197fb3cf4c00537256d61d6b35be61ec2dc6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 29 Sep 2017 13:46:50 -0400 Subject: [PATCH] --deploy Signed-off-by: Kenneth Reitz --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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