[dev] run composer install when devcontainer is started
This commit is contained in:
parent
a3d7a05f71
commit
96f7293c71
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||||
"forwardPorts": [8000],
|
"forwardPorts": [8000],
|
||||||
|
|
||||||
// Uncomment the next line to run commands after the container is created.
|
"updateContentCommand": "composer install",
|
||||||
"postCreateCommand": "./.docker/entrypoint.sh unitd --no-daemon --control unix:/var/run/control.unit.sock",
|
"postCreateCommand": "./.docker/entrypoint.sh unitd --no-daemon --control unix:/var/run/control.unit.sock",
|
||||||
"containerEnv": {
|
"containerEnv": {
|
||||||
"UID": "2000",
|
"UID": "2000",
|
||||||
|
|
Reference in a new issue