Commit
·
b6429d8
1
Parent(s):
8ce33a6
Starting gradio app from postAttachCommand.
Browse files
.devcontainer/devcontainer.json
CHANGED
@@ -19,5 +19,8 @@
|
|
19 |
// "forwardPorts": [],
|
20 |
|
21 |
// Use 'postCreateCommand' to run commands after the container is created.
|
22 |
-
"postCreateCommand": "
|
|
|
|
|
|
|
23 |
}
|
|
|
19 |
// "forwardPorts": [],
|
20 |
|
21 |
// Use 'postCreateCommand' to run commands after the container is created.
|
22 |
+
//"postCreateCommand": "",
|
23 |
+
|
24 |
+
// Use 'postAttachCommand' to run commands after the container is started.
|
25 |
+
"postAttachCommand": "python app.py"
|
26 |
}
|