mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-21 22:16:44 +01:00
Enhance Bash settings in settings.local.json by adding commands for Docker operations, improving the development workflow for container management. This update allows developers to execute Docker Compose and build commands directly from the command line.
This commit is contained in:
parent
21443f578a
commit
342fb9c421
1 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,9 @@
|
|||
"Bash(dir:*)",
|
||||
"Bash(npm run lint)",
|
||||
"Bash(pnpm run lint:*)",
|
||||
"Bash(git commit:*)"
|
||||
"Bash(git commit:*)",
|
||||
"Bash(docker-compose:*)",
|
||||
"Bash(docker build:*)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue