mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
dev container change so its more dynamic
This commit is contained in:
parent
052ab446e0
commit
2e6108a324
2 changed files with 6 additions and 4 deletions
|
|
@ -13,7 +13,9 @@
|
|||
"Bash(echo \"tsc exit: $?\")",
|
||||
"Bash(npm install *)",
|
||||
"Bash(npx drizzle-kit *)",
|
||||
"Bash(echo \"frontend tsc exit: $?\")"
|
||||
"Bash(echo \"frontend tsc exit: $?\")",
|
||||
"Bash(python3 -c ' *)",
|
||||
"Bash(rm -f /workspaces/home/github/Model/backend/address2UPRN/local_handler/.env.local /workspaces/home/github/Model/backend/bulk_address2uprn_combiner/local_handler/.env.local && echo \"removed stub .env.local files\")"
|
||||
],
|
||||
"deny": [
|
||||
"Bash(npx drizzle-kit generate)",
|
||||
|
|
@ -22,7 +24,8 @@
|
|||
"additionalDirectories": [
|
||||
"/workspaces/home/github/Model/backend/app/bulk_uploads",
|
||||
"/workspaces/home/github/Model/applications/landlord_description_overrides",
|
||||
"/workspaces/home/github/Model/orchestration"
|
||||
"/workspaces/home/github/Model/orchestration",
|
||||
"/workspaces/home/github/Model/backend/address2UPRN/local_handler"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,8 +14,7 @@
|
|||
// the mounted host ~/.config/gh.
|
||||
"postCreateCommand": "gh repo clone Hestia-Homes/agentic-toolkit /tmp/agentic-toolkit -- --branch 0.0.5 --depth 1 && bash /tmp/agentic-toolkit/setup.sh && npm install",
|
||||
|
||||
"forwardPorts": [3000],
|
||||
"appPort": ["3000:3000"],
|
||||
"forwardPorts": ["frontend:3000", "pgadmin:80"],
|
||||
|
||||
"mounts": [
|
||||
// Optional, just makes getting from Downloads (local env) easier
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue