dev container

This commit is contained in:
Fatih Alp 2023-06-27 09:20:54 +00:00
parent 5d507e7be7
commit 58a9093464

View File

@ -1,4 +1,9 @@
{
"features": {
}
"name": "My Space",
// Your code path from the .devcontainer directory
"workspaceFolder": "../app",
// 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"
}