2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +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

@ -51,11 +51,6 @@
}
},
"runArgs": [
"-p",
"8000:8000"
],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": ".devcontainer/postCreateCommand.sh",