v1.0.14 (#48)
# Features - Basic Python support # Fixes - Fix default start command
This commit is contained in:
@@ -27,6 +27,11 @@ const ConfigurationSchema = new Schema({
|
||||
build: { type: String },
|
||||
installation: { type: String },
|
||||
start: { type: String },
|
||||
python: {
|
||||
module: { type: String },
|
||||
instance: { type: String },
|
||||
}
|
||||
|
||||
},
|
||||
container: {
|
||||
name: { type: String, required: true },
|
||||
|
Reference in New Issue
Block a user