mirror of
https://github.com/run-llama/sec-insights.git
synced 2026-07-01 20:24:03 -04:00
16 lines
535 B
JSON
16 lines
535 B
JSON
{
|
|
"name": "sec_insights",
|
|
"build": {
|
|
"dockerfile": "./Dockerfile",
|
|
"context": ".."
|
|
},
|
|
"features": {
|
|
"ghcr.io/devcontainers-contrib/features/pipx-package:1": {},
|
|
"ghcr.io/devcontainers-contrib/features/poetry:2": {},
|
|
"ghcr.io/warrenbuckley/codespace-features/sqlite:1": {},
|
|
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
|
|
"ghcr.io/devcontainers/features/aws-cli:1": {},
|
|
"ghcr.io/devcontainers/features/node:1": {}
|
|
},
|
|
"postCreateCommand": "bash .devcontainer/post_create_command.sh"
|
|
} |