diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d1411c290..de7a2802e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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"