diff options
| author | 2019-09-23 16:15:49 +0200 | |
|---|---|---|
| committer | 2019-09-23 16:15:49 +0200 | |
| commit | 052fc4e36be6b0027ebbace530dbd9814660dc66 (patch) | |
| tree | 250036c9d5162c6ee62d1a7bd6c999a03a2caad5 /docker/bot.Dockerfile | |
| parent | Change log.error to log.exception (diff) | |
| parent | Make DEFCON days subcommand enable DEFCON (#405) (diff) | |
Merge branch 'master' of https://github.com/python-discord/bot into python-discord-master
Diffstat (limited to 'docker/bot.Dockerfile')
| -rw-r--r-- | docker/bot.Dockerfile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/docker/bot.Dockerfile b/docker/bot.Dockerfile deleted file mode 100644 index 5a07a612b..000000000 --- a/docker/bot.Dockerfile +++ /dev/null @@ -1,17 +0,0 @@ -FROM pythondiscord/bot-base:latest - -ENV PIPENV_VENV_IN_PROJECT=1 -ENV PIPENV_IGNORE_VIRTUALENVS=1 -ENV PIPENV_NOSPIN=1 -ENV PIPENV_HIDE_EMOJIS=1 - -RUN pip install -U pipenv - -RUN mkdir -p /bot -COPY . /bot -WORKDIR /bot - -RUN pipenv install --deploy - -ENTRYPOINT ["/sbin/tini", "--"] -CMD ["pipenv", "run", "start"] |