mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-14 23:52:55 +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
|
||||
ports:
|
||||
- "8000:8000"
|
||||
command: mkdir -p dpaste/static
|
||||
command: make css
|
||||
command: make js
|
||||
command: ./manage.py runserver 0:8000
|
||||
|
||||
migration:
|
||||
|
|
Loading…
Reference in a new issue