docker-odoo-project
docker-odoo-project copied to clipboard
[IMP] Modified entrypoint to add debugpy capabilities
With this modification you can use env variable to enable debugpy on a container
DEBUGPY_ENABLE=1 DEBUGPY_PORT=[8888]
Once done, you just have to start you docker with -p 8888:8888 and use vs code debugger to connect the instance