diff options
author | 2018-11-16 19:25:54 +0000 | |
---|---|---|
committer | 2018-11-16 19:25:54 +0000 | |
commit | f137b14a7d0026e9d653af126b77e1499bbb0173 (patch) | |
tree | d79c21056c4fe07714ba2e7846782f124437c2aa | |
parent | Attempt to make pipenv faster (diff) |
Sync doesn't have --deploy
-rw-r--r-- | docker/bot.Dockerfile | 2 |
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"] |