mirror of
https://github.com/supanadit/todo.git
synced 2025-05-04 20:39:55 +00:00
chore: fix permission by running post create command
This commit is contained in:
parent
a674c2e254
commit
0bd843328a
@ -20,7 +20,7 @@
|
||||
"forwardPorts": [
|
||||
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.
|
||||
"portsAttributes": {
|
||||
"8080": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user