From da14d1c3c850006085c22d327e2a7b68257c546f Mon Sep 17 00:00:00 2001 From: Superkooka Date: Fri, 1 Jul 2022 00:04:18 +0200 Subject: [PATCH] :memo: start container in detached mode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d674912..5304f30 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A POC of a Discord bot using the dropdown capability 1. Clone the repo 2. Copy the `config.exemple.toml` and rename it `config.toml` -3. Launch the docker container with `make start` or `docker-compose up` +3. Launch the docker container with `make start` or `docker-compose up -d` 4. Go into the docker container with `make shell` or `docker-compose exec discord-bot bash` 5. Install the dependencies: `yarn` 6. Compile typescript and run the bot with `yarn dev`