diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d190f66..e9ea859 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -131,10 +131,10 @@ And a `.vscode/tasks.json` file with: } ``` -`restart` and `wait` tasks are used by the debug task. Waiting 0.1s is a little trick to avoid the debugger to close because debugpy isn't ready yet. +The `restart` and `wait` tasks are used by the debug task. Waiting 0.1s is a little trick to avoid the debugger to close because debugpy isn't ready yet. The other tasks aren't required, but you can run them from `Terminal > Run Task...` (and `Run Build Task...` for the build task). -You have to run the `watch` command before debugging. +You must run the `watch` command before debugging. More information here: https://code.visualstudio.com/docs/python/debugging diff --git a/compose.yml b/compose.yml index e3e8907..548cc13 100644 --- a/compose.yml +++ b/compose.yml @@ -2,7 +2,7 @@ version: '3' services: mybot: - init: True + init: true image: airopi/mybot:stable build: dockerfile: ./Dockerfile