From 445e44731b632f05a74e652029d3d98ef083ced0 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sat, 12 Jan 2019 14:31:25 +0100 Subject: Use a single `Dockerfile` instead of two. --- docker/bot.Dockerfile | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 docker/bot.Dockerfile (limited to 'docker/bot.Dockerfile') 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"] -- cgit v1.2.3