From 201d39d645f54587d674935ed8d7667704f4e009 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 27 Jun 2023 10:56:55 +0000 Subject: [PATCH] Rename --- .devcontainer/devcontainer.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 584cf6466..0cbcacd61 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,5 @@ { "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": "bash install.sh" }