Start Gradio app on container creation.
Browse files
.devcontainer/devcontainer.json
CHANGED
@@ -19,5 +19,5 @@
|
|
19 |
// "forwardPorts": [],
|
20 |
|
21 |
// Use 'postCreateCommand' to run commands after the container is created.
|
22 |
-
|
23 |
}
|
|
|
19 |
// "forwardPorts": [],
|
20 |
|
21 |
// Use 'postCreateCommand' to run commands after the container is created.
|
22 |
+
"postCreateCommand": "gradio app.py"
|
23 |
}
|