Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: '3.7'
- services:
- web:
- build: .
- command: python /code/manage.py runserver 0.0.0.0:8000
- volumes:
- - .:/code
- ports:
- - 8000:8000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement