feat: add start commands to devcontainer (#3902)

This commit is contained in:
Pascal M
2024-04-28 06:30:56 +02:00
committed by GitHub
parent ba88f8a6f0
commit 0ca4e30b19
3 changed files with 15 additions and 2 deletions

View File

@@ -32,8 +32,8 @@
]
}
},
"postStartCommand": "cd api && pip install -r requirements.txt",
"postCreateCommand": "cd web && npm install"
"postStartCommand": "./.devcontainer/post_start_command.sh",
"postCreateCommand": "./.devcontainer/post_create_command.sh"
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},