mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
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:
parent
7f40a45a2c
commit
cc3f17ec95
19 changed files with 19 additions and 18 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue