mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +00:00
Revert port changes (#9510)
- Breaks local server after restart - Will have to find another way
This commit is contained in:
@ -27,7 +27,7 @@ python3 -m pip install --upgrade pip
|
||||
pip3 install --ignore-installed --upgrade invoke Pillow
|
||||
|
||||
# install base level packages
|
||||
pip3 install -Ur --require-hashes contrib/container/requirements.txt
|
||||
pip3 install -Ur contrib/container/requirements.txt --require-hashes
|
||||
|
||||
# Run initial InvenTree server setup
|
||||
invoke update -s
|
||||
|
Reference in New Issue
Block a user