We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8965dd8 commit 6d1441aCopy full SHA for 6d1441a
.devcontainer/devcontainer.json
@@ -23,10 +23,10 @@
23
],
24
25
// Use 'forwardPorts' to make a list of ports inside the container available locally.
26
- "forwardPorts": [8080]
+ "forwardPorts": [8080],
27
28
// Use 'postCreateCommand' to run commands after the container is created.
29
- // "postCreateCommand": "sudo rm -rf /var/www/html && sudo ln -s . /var/www/html",
+ "postCreateCommand": "composer install"
30
31
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
32
// "remoteUser": "vscode"
0 commit comments