From c8004bed7f268121579e13d8eeef39db7b2170d6 Mon Sep 17 00:00:00 2001 From: Starthur Date: Sat, 28 May 2022 12:44:28 +0200 Subject: [PATCH] Change instruction for use docker-compose --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 918d601..1c1a3ad 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ This bot allows you to automatically assign the top1/top10/top50 roles on the 42CTF Discord server. -To use it you just have to create the docker container : -``` -docker build -t discord_bot . -``` Create an `env.list` file containing : ``` @@ -15,5 +11,5 @@ AUTH_TOKEN= And then run it with : ``` -docker run -d --env-file env.list --name discord_bot +docker-compose up -d ```