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:
committed by
Derick Rethans
parent
28a1e418e4
commit
b53f8f1b82
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user