2
0
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:
Oliver
2025-04-16 08:04:17 +10:00
committed by GitHub
parent 0c7173c096
commit ed6f24479d
3 changed files with 2 additions and 7 deletions

View File

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