Use uv to manage requirements
This commit is contained in:
parent
e95c2a440e
commit
a041d5f7fa
15 changed files with 998 additions and 1334 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue