From 7eb4ef29326d762929364dc1b616bba486fad96b Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 27 Jun 2023 13:31:36 +0300 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fe1d0fb70..4489ec198 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,9 +1,7 @@ { - "name": "Openclassify", - // Your code path from the .devcontainer directory - "workspaceFolder": "../app", + "name": "Openclassify", // 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 +}