feat: build css & js

CSS and JS file for docker-compose users.

Signed-off-by: Darren <git@darrennathanael.com>
This commit is contained in:
Darren 2022-03-03 02:30:30 -05:00
parent fe336b9bde
commit 0ce78d752e
No known key found for this signature in database
GPG Key ID: E145327EB72009B4
1 changed files with 3 additions and 0 deletions

View File

@ -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: