This ensures that services started with `tutor dev start` are as capable for breakpoint debugging, et al, as services started with `tutor dev runserver` are. We plan to remove `tutor dev runserver`.
7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
notes:
|
|
command: ./manage.py runserver 0.0.0.0:8120
|
|
ports:
|
|
- "8120:8120"
|
|
stdin_open: true
|
|
tty: true
|