fix: entrypoint do not display in edit

This commit is contained in:
jialin
2025-12-19 15:00:10 +08:00
parent ad048a92ed
commit bb793a41fc
8 changed files with 48 additions and 11 deletions
@@ -38,6 +38,10 @@
"type": ["string", "null"],
"description": "start command"
},
"entrypoint": {
"type": "string",
"description": "Override the default ENTRYPOINT of the image"
},
"custom_framework": {
"type": ["string", "null"],
"description": "custom framework"