gperdrizet commited on
Commit
b6429d8
·
1 Parent(s): 8ce33a6

Starting gradio app from postAttachCommand.

Browse files
Files changed (1) hide show
  1. .devcontainer/devcontainer.json +4 -1
.devcontainer/devcontainer.json CHANGED
@@ -19,5 +19,8 @@
19
  // "forwardPorts": [],
20
 
21
  // Use 'postCreateCommand' to run commands after the container is created.
22
- "postCreateCommand": "python app.py"
 
 
 
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
  }