diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 700d770d3..90966fb38 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,7 +15,7 @@ // "forwardPorts": [], // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "make setup_devcontainer", + "postCreateCommand": "make install_frontend && make install_backend", "containerEnv": { "POETRY_VIRTUALENVS_IN_PROJECT": "true"