From 0679fb8754778ccd25d33d6dd32869cb5baa7b5b Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 21 Aug 2023 14:53:37 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(devcontainer.json):=20upda?= =?UTF-8?q?te=20postCreateCommand=20to=20install=20frontend=20and=20backen?= =?UTF-8?q?d=20dependencies=20after=20container=20creation=20for=20easier?= =?UTF-8?q?=20development=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"