chore: fix permission by running post create command

This commit is contained in:
Supan Adit Pratama 2025-03-11 07:25:09 +00:00
parent a674c2e254
commit 0bd843328a

View File

@ -20,7 +20,7 @@
"forwardPorts": [ "forwardPorts": [
8080 8080
], ],
// "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. More info: https://code.visualstudio.com/docs/remote/devcontainerjson-reference. // Use 'portsAttributes' to set default properties for specific forwarded ports. More info: https://code.visualstudio.com/docs/remote/devcontainerjson-reference.
"portsAttributes": { "portsAttributes": {
"8080": { "8080": {