Merge pull request #11 from Carlos-Muniz/Carlos-Muniz/readme-mount-option

feat: add COMPOSE_MOUNT feature instructions to README
This commit is contained in:
Gonzalo Romero 2022-07-29 07:28:33 -05:00 committed by GitHub
commit 899850e56f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,15 @@ Configuration
These values can be modified with ``tutor config save --set PARAM_NAME=VALUE`` commands.
Debugging
---------
To debug the xqueue service, you are encouraged to mount the xqueue repo from the host in the development container:
tutor dev start --mount /path/to/xqueue
Feel free to add breakpoints (``breakpoint()``) anywhere in your source code to debug your application.
License
-------