[dev] run composer install when devcontainer is started

This commit is contained in:
Shish 2024-01-04 12:00:20 +00:00
parent a3d7a05f71
commit 96f7293c71

View file

@ -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",