Add initial setup commands to post-create-command.sh
This commit is contained in:
parent
a9f925cf1f
commit
5c7f55cddf
2 changed files with 24 additions and 6 deletions
|
|
@ -5,14 +5,11 @@
|
|||
// Features to add to the dev container. More info: https://containers.dev/features.
|
||||
// "features": {},
|
||||
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
// "forwardPorts": [],
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
// Runs the initial setup commands after the container is created.
|
||||
"postCreateCommand": ".devcontainer/post-create-command.sh"
|
||||
|
||||
// Use 'postStartCommand' to run commands after the container is started.
|
||||
// "postStartCommand": ". .venv/bin/activate",
|
||||
// Activates the virtual environment after the container is started.
|
||||
// "postStartCommand": ". .venv/bin/activate"
|
||||
|
||||
// Configure tool-specific properties.
|
||||
// "customizations": {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue