From 6853c55b9fb07d6c2ec0261bff647db8cb4cd655 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sat, 17 Nov 2018 00:08:35 +0000 Subject: Reitz sez: Try --sequential --- docker/bot.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/bot.Dockerfile b/docker/bot.Dockerfile index 4713e1f0e..d4968fbfa 100644 --- a/docker/bot.Dockerfile +++ b/docker/bot.Dockerfile @@ -8,7 +8,7 @@ ENV PIPENV_HIDE_EMOJIS=1 COPY . /bot WORKDIR /bot -RUN pipenv install --deploy --system +RUN pipenv install --deploy --system --sequential ENTRYPOINT ["/sbin/tini", "--"] CMD ["python", "-m", "bot"] -- cgit v1.2.3