feat: add mount feature instructions to README

This commit is contained in:
Carlos Muniz 2022-07-27 10:13:10 -04:00
parent 3b7d127fa3
commit 03ebe5f56d

View File

@ -114,6 +114,15 @@ Configuration
These values can be modified with ``tutor config save --set PARAM_NAME=VALUE`` commands. 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 License
------- -------