Skip to content

Commit d10a5b6

Browse files
committed
change runCommand to string
1 parent 83a01f9 commit d10a5b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,7 @@ Here is a sample `bundle.yaml` file putting all this together:
115115
116116
version: v1
117117
runConfig:
118-
runCommand:
119-
- node
120-
- dist/index.js
118+
runCommand: 'node dist/index.js'
121119
environmentVariables:
122120
- variable: VAR
123121
value: 8080

0 commit comments

Comments
 (0)