IT/Django
vscode에서 dockerized 된 django 디버깅 방법
bepuri
2024. 1. 9. 11:00
728x90
https://code.visualstudio.com/docs/containers/docker-compose#_python
Use Docker Compose to work with multiple containers
Develop a multi-container app running in a Docker containers using Docker Compose and Visual Studio Code.
code.visualstudio.com
가장 명료하게 설명 해둔 공식 문서, noreload는 빼도되고, volume 설정을 해서 local 코드가 container 쪽으로 바로바로 반영 되도록 하는게 디버깅 하기 수월하다.
728x90