Update devcontainer.json

This commit is contained in:
Fatih Alp 2023-06-27 13:31:36 +03:00 committed by GitHub
parent 2fc9d623f6
commit 7eb4ef2932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,7 @@
{ {
"name": "Openclassify", "name": "Openclassify",
// Your code path from the .devcontainer directory
"workspaceFolder": "../app",
// List of ports that you want to preview // List of ports that you want to preview
"forwardPorts": [80], "forwardPorts": [80],
// Script to run to bootstrap the app when the space is created // Script to run to bootstrap the app when the space is created
"postCreateCommand": ". ../install.sh" "postCreateCommand": ". ../install.sh"
} }