diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ad1975558be..ed9e14fab89 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -25,5 +25,7 @@ } } }, - "postCreateCommand": [".devcontainer/post-create.sh"] + "postCreateCommand": ["git submodule update --init", "make"], + "forwardPorts": [8000], + "postStartCommand": "make serve" }