diff --git a/LICENSES/CLA-signed-list.md b/LICENSES/CLA-signed-list.md index 627b7e57..bd7ccdfe 100644 --- a/LICENSES/CLA-signed-list.md +++ b/LICENSES/CLA-signed-list.md @@ -4,6 +4,7 @@ A/ You have read and agree to the individual CLA: https://merginmaps.com/license * `alhirzel`, 20th December 2023 * `uprel`, 18th March 2024 +* `enockseth`, 5th May 2025 B/ I have read and agree with entity CLA for my company: https://merginmaps.com/licenses/entity-cla diff --git a/development.md b/development.md index 21fd826c..b2a1be08 100644 --- a/development.md +++ b/development.md @@ -99,7 +99,7 @@ In docker-compose.dev.yml is started maildev/maildev image that can be used to t ### Running with remote debugger If you want to run the application with remote debugger, you can use debug compose file with attatched source code and reload. -It starts a debugpy session on port 5678 you cat attach to. +It starts a debugpy session on port 5678 you can attach to. ```shell docker compose -f docker-compose.yml -f docker-compose.debug.yml up