diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8eff2888a..c09372957 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -29,7 +29,7 @@ // "forwardPorts": [8080], // Use 'postCreateCommand' to run commands after the container is created. - // "postCreateCommand": "sudo chmod a+x \"$(pwd)\" && sudo rm -rf /var/www/html && sudo ln -s \"$(pwd)\" /var/www/html" + // "postCreateCommand": "sudo chmod a+x \"$(pwd)\" && sudo rm -rf /var/www/html && sudo ln -s \"$(pwd)\" /var/www/html", // Use 'portsAttributes' to set default properties for specific forwarded ports. "portsAttributes": {