We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afce998 + 2771c80 commit bb7ee7bCopy full SHA for bb7ee7b
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.7-alpine
+FROM python:3.7
2
RUN pip install --no-cache-dir pipenv
3
4
WORKDIR /bot
docker-compose.yml
@@ -1,7 +1,7 @@
version: '2'
services:
bot:
- image: judge0/discord-bot:1.0.0
+ image: judge0/discord-bot:1.0.1
5
environment:
6
- BOT_TOKEN=
7
restart: always
0 commit comments