build fixes and static files fix, closes #28

This commit is contained in:
badblocks 2025-04-19 17:10:46 -07:00
parent bff2525c65
commit 6a44ef30a3
26 changed files with 91 additions and 39 deletions

View file

@ -1,7 +1,7 @@
services:
web:
build: .
command: python /code/manage.py runserver 0.0.0.0:8000
#command: python /code/manage.py runserver 0.0.0.0:8000
volumes:
- .:/code:z
ports: