docker-odoo-project icon indicating copy to clipboard operation
docker-odoo-project copied to clipboard

[IMP] Modified entrypoint to add debugpy capabilities

Open wouitmil opened this issue 1 year ago • 0 comments

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

wouitmil avatar Oct 03 '23 13:10 wouitmil