Skip to content

Commit

Permalink
Address missing static file for api pages
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptosharks131 authored Dec 9, 2021
1 parent 46bb0ce commit d764954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
command:
- sh
- -c
- python initialize.py -net 'mainnet' -server '10.21.21.9:10009' -d && python manage.py migrate && supervisord && python manage.py runserver 0.0.0.0:8000
- python initialize.py -net 'mainnet' -server '10.21.21.9:10009' -d && python manage.py migrate && python manage.py collectstatic --no-input && supervisord && python manage.py runserver 0.0.0.0:8000
ports:
- 8889:8000
networks:
Expand Down

0 comments on commit d764954

Please sign in to comment.