gperdrizet commited on
Commit
08db0d0
·
verified ·
1 Parent(s): ce3ac0f

Start Gradio app on container creation.

Browse files
Files changed (1) hide show
  1. .devcontainer/devcontainer.json +1 -1
.devcontainer/devcontainer.json CHANGED
@@ -19,5 +19,5 @@
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": "gradio app.py"
23
  }