2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-10-30 12:45:42 +00:00

Devcontainer tweaks (#10658)

* Expose port 8000 for InvenTree server container

* Expose dev server on all interfaces
This commit is contained in:
Oliver
2025-10-24 14:14:33 +11:00
committed by GitHub
parent 6df97e83f5
commit c3d788eeeb
3 changed files with 7 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ export default defineConfig({
timeout: 120 * 1000
},
{
command: 'invoke dev.server',
command: 'invoke dev.server -a 0.0.0.0:8000',
env: {
INVENTREE_DEBUG: 'True',
INVENTREE_LOG_LEVEL: 'WARNING',