Update devcontainer.json

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

View File

@ -3,5 +3,5 @@
// 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"
"postCreateCommand": "bash install.sh"
}