docker compose up run python django in other folder

when run server django, include the location of the manage.py like :

command: python demo/manage.py runserver 0.0.0.0:8005 #pada saat run sertakan lokasi folder pada filenya 

Leave a comment