From 96f7293c71e0475482cf6fac30b67fea9627be50 Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 4 Jan 2024 12:00:20 +0000 Subject: [PATCH] [dev] run composer install when devcontainer is started --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 968d7a84..68c51b01 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,7 +17,7 @@ // Use 'forwardPorts' to make a list of ports inside the container available locally. "forwardPorts": [8000], - // Uncomment the next line to run commands after the container is created. + "updateContentCommand": "composer install", "postCreateCommand": "./.docker/entrypoint.sh unitd --no-daemon --control unix:/var/run/control.unit.sock", "containerEnv": { "UID": "2000",