mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
feat: build css & js
CSS and JS file for docker-compose users. Signed-off-by: Darren <git@darrennathanael.com>
This commit is contained in:
parent
fe336b9bde
commit
0ce78d752e
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ services:
|
||||||
- data_db:/db
|
- data_db:/db
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
|
command: mkdir -p dpaste/static
|
||||||
|
command: make css
|
||||||
|
command: make js
|
||||||
command: ./manage.py runserver 0:8000
|
command: ./manage.py runserver 0:8000
|
||||||
|
|
||||||
migration:
|
migration:
|
||||||
|
|
Loading…
Reference in a new issue