Skip to content

Commit 6d1441a

Browse files
committed
Codespaces - install dependencies
1 parent 8965dd8 commit 6d1441a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
],
2424

2525
// Use 'forwardPorts' to make a list of ports inside the container available locally.
26-
"forwardPorts": [8080]
26+
"forwardPorts": [8080],
2727

2828
// Use 'postCreateCommand' to run commands after the container is created.
29-
// "postCreateCommand": "sudo rm -rf /var/www/html && sudo ln -s . /var/www/html",
29+
"postCreateCommand": "composer install"
3030

3131
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
3232
// "remoteUser": "vscode"

0 commit comments

Comments
 (0)