🔧 chore(devcontainer.json): update postCreateCommand to install frontend and backend dependencies after container creation for easier development setup
This commit is contained in:
parent
20cf3e0346
commit
0679fb8754
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
// "forwardPorts": [],
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
"postCreateCommand": "make setup_devcontainer",
|
||||
"postCreateCommand": "make install_frontend && make install_backend",
|
||||
|
||||
"containerEnv": {
|
||||
"POETRY_VIRTUALENVS_IN_PROJECT": "true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue