Make script executable
This commit is contained in:
parent
4a50d91971
commit
a927a243b0
2 changed files with 8 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
// "features": {},
|
||||
|
||||
// Runs the initial setup commands after the container is created.
|
||||
"postCreateCommand": ".devcontainer/post-create-command.sh"
|
||||
"postCreateCommand": "sudo chmod +x .devcontainer/post-create-command.sh && .devcontainer/post-create-command.sh"
|
||||
|
||||
// Activates the virtual environment after the container is started.
|
||||
// "postStartCommand": ". .venv/bin/activate"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue