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 +}