-
Build and run the container:
docker-compose up --build
-
Access the application at http://localhost:8000
- Your code is mounted as a volume, so changes are reflected immediately
- Add Python dependencies to
requirements.txtand rebuild the container
- Start container:
docker-compose up - Stop container:
docker-compose down - Rebuild container:
docker-compose up --build - Run shell in container:
docker-compose exec app bash