diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4489ec198..584cf6466 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,5 +3,5 @@ // List of ports that you want to preview "forwardPorts": [80], // Script to run to bootstrap the app when the space is created - "postCreateCommand": ". ../install.sh" + "postCreateCommand": "bash install.sh" }