From 58a9093464506659f6e91ae19e4fbc903b6b1576 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 27 Jun 2023 09:20:54 +0000 Subject: [PATCH] dev container --- .devcontainer/devcontainer.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7d9275c9f..2c859f023 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,4 +1,9 @@ { - "features": { - } + "name": "My Space", + // Your code path from the .devcontainer directory + "workspaceFolder": "../app", + // List of ports that you want to preview + "forwardPorts": [80], + // Script to run to bootstrap the app when the space is created + "postCreateCommand": ". ../install.sh" } \ No newline at end of file