diff options
author | 2018-11-16 21:55:50 +0000 | |
---|---|---|
committer | 2018-11-16 21:55:50 +0000 | |
commit | 36ca5e81ba46924f5b18a68e89d977019af4ac27 (patch) | |
tree | f390369ad03a71735d7a06e0ba0efd04759ccd7d | |
parent | Merge branch 'enhancement/bb-watch-header' into 'master' (diff) |
Skipping the lock operation makes pipenv slower somehow. Don't ask me why.
-rw-r--r-- | docker/bot.Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/bot.Dockerfile b/docker/bot.Dockerfile index b85550e67..4713e1f0e 100644 --- a/docker/bot.Dockerfile +++ b/docker/bot.Dockerfile @@ -4,7 +4,6 @@ ENV PIPENV_VENV_IN_PROJECT=1 ENV PIPENV_IGNORE_VIRTUALENVS=1 ENV PIPENV_NOSPIN=1 ENV PIPENV_HIDE_EMOJIS=1 -ENV PIPENV_SKIP_LOCK=1 COPY . /bot WORKDIR /bot |