Use uv to manage requirements

This commit is contained in:
Sonny Bakker 2024-08-30 21:05:55 +02:00
parent e95c2a440e
commit a041d5f7fa
15 changed files with 998 additions and 1334 deletions

View file

@ -12,7 +12,7 @@ services:
django:
build:
target: development
command: python /app/src/manage.py runserver 0.0.0.0:8000
command: /app/.venv/bin/python /app/src/manage.py runserver 0.0.0.0:8000
ports:
- "${DJANGO_PORT:-8000}:8000"
volumes: