Development Docs¶
Live debug on source code using docker¶
# Firstly, cd to the project root folder (which includes `src`) of the project, and then:
docker run -it \
-v $(pwd):/root/app/ \
-w /root/app/src \
--name="app-$(whoami)" \
-p 8080:80 \
docker.io/qpod/base:latest bash
python -m aloha.script.start app_common.debug