From 3dc4d1645c0af4af7551e77d138d24a2740bf566 Mon Sep 17 00:00:00 2001 From: Stefan Kairinos Date: Tue, 23 Jan 2024 14:40:42 +0000 Subject: [PATCH] call setup.sh (#72) --- .devcontainer/codeforlife-portal-react/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/codeforlife-portal-react/devcontainer.json b/.devcontainer/codeforlife-portal-react/devcontainer.json index d6df4ecd..13b92329 100644 --- a/.devcontainer/codeforlife-portal-react/devcontainer.json +++ b/.devcontainer/codeforlife-portal-react/devcontainer.json @@ -7,6 +7,7 @@ "shutdownAction": "none", "workspaceFolder": "/workspace/codeforlife-portal-react", "remoteUser": "root", + "postCreateCommand": "./setup.sh", "features": { "ghcr.io/devcontainers/features/python:1": { "version": "3.8",