mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 04:56:45 +00:00
Fix for running webserver
This commit is contained in:
parent
00c5a88383
commit
530f28ba95
@ -19,7 +19,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
target: dev
|
target: dev
|
||||||
ports:
|
ports:
|
||||||
- 8000
|
- 8000:8000
|
||||||
volumes:
|
volumes:
|
||||||
# Ensure you specify the location of the 'src' directory at the end of this file
|
# Ensure you specify the location of the 'src' directory at the end of this file
|
||||||
- src:/home/inventree/src
|
- src:/home/inventree/src
|
||||||
|
@ -45,4 +45,4 @@ python manage.py migrate --run-syncdb || exit 1
|
|||||||
python manage.py clearsessions || exit 1
|
python manage.py clearsessions || exit 1
|
||||||
|
|
||||||
# Launch a development server
|
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user