mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 01:55:39 +00:00
Fix for running webserver
This commit is contained in:
@ -45,4 +45,4 @@ python manage.py migrate --run-syncdb || exit 1
|
||||
python manage.py clearsessions || exit 1
|
||||
|
||||
# Launch a development server
|
||||
python manage.py runserver 0.0.0.0:$INVENTREE_WEB_PORT
|
||||
python manage.py runserver 0.0.0.0:$INVENTREE_WEB_PORT
|
||||
|
Reference in New Issue
Block a user