version: "3.9"
services:
web:
build: .
command: python manage.py runserver 0.0.0.0:5000
volumes:
- .:/code
ports:
- "5000:5000"