Add tailwind and daisyUI
This commit is contained in:
parent
80da7be559
commit
0b8e6c2d50
19 changed files with 2292 additions and 24289 deletions
|
|
@ -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 &; python /code/manage.py tailwind start; fg
|
||||
volumes:
|
||||
- .:/code:z
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue