2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-30 23:04:34 +00:00

Add devcontainer flag (#9758)

This commit is contained in:
Oliver
2025-06-12 08:40:50 +10:00
committed by GitHub
parent faec2e2050
commit 62552918d0
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -38,6 +38,7 @@ services:
INVENTREE_SITE_URL: http://localhost:8000
INVENTREE_CORS_ORIGIN_ALLOW_ALL: True
INVENTREE_PY_ENV: /home/inventree/dev/venv
INVENTREE_DEVCONTAINER: True
depends_on:
- db