fix(docker): update bash interpreter in init scripts

- Changed the bash interpreter path from /usr/bin/bash to /bin/bash in multiple init scripts for consistency and compatibility.
- Added PowerShell working directory configuration in the workspace file to streamline development environment setup.
This commit is contained in:
dawnsystem 2025-11-10 10:38:01 +01:00
parent 7f40a45a2c
commit cc3f17ec95
19 changed files with 19 additions and 18 deletions

View file

@ -33,6 +33,7 @@
"**/coverage.json": true
},
"python.defaultInterpreterPath": ".venv/bin/python3",
"powershell.cwd": "IntelliDocs-ngx",
},
"extensions": {
"recommendations": ["ms-python.python", "charliermarsh.ruff", "editorconfig.editorconfig"],