aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-11-16 19:25:54 +0000
committerGravatar Gareth Coles <[email protected]>2018-11-16 19:25:54 +0000
commitf137b14a7d0026e9d653af126b77e1499bbb0173 (patch)
treed79c21056c4fe07714ba2e7846782f124437c2aa
parentAttempt to make pipenv faster (diff)
Sync doesn't have --deploy
-rw-r--r--docker/bot.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/bot.Dockerfile b/docker/bot.Dockerfile
index ec2636423..362a19617 100644
--- a/docker/bot.Dockerfile
+++ b/docker/bot.Dockerfile
@@ -8,7 +8,7 @@ ENV PIPENV_HIDE_EMOJIS=1
COPY . /bot
WORKDIR /bot
-RUN pipenv sync --deploy --system
+RUN pipenv sync --system
ENTRYPOINT ["/sbin/tini", "--"]
CMD ["python", "-m", "bot"]