We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a1e41 commit b53f8f1Copy full SHA for b53f8f1
.devcontainer/devcontainer.json
@@ -31,9 +31,9 @@
31
// Use 'postCreateCommand' to run commands after the container is created.
32
"postCreateCommand": "sudo .devcontainer/post-create.sh && sudo chmod a+x \"$(pwd)\" && sudo ln -s \"$(pwd)\" /var/www/html",
33
"waitFor": "postCreateCommand",
34
- "postAttachCommand": {
35
- "Server": "apache2ctl start"
36
- }
+ "postAttachCommand": {
+ "Server": "apache2ctl start"
+ }
37
38
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
39
// "remoteUser": "root"
0 commit comments