1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

stupid tabs..

This commit is contained in:
Garrett W.
2025-07-27 17:49:15 +00:00
committed by Derick Rethans
parent 28a1e418e4
commit b53f8f1b82

View File

@@ -31,9 +31,9 @@
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "sudo .devcontainer/post-create.sh && sudo chmod a+x \"$(pwd)\" && sudo ln -s \"$(pwd)\" /var/www/html",
"waitFor": "postCreateCommand",
"postAttachCommand": {
"Server": "apache2ctl start"
}
"postAttachCommand": {
"Server": "apache2ctl start"
}
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"