Merge pull request #273 from fnproject/docker-rt

add 'docker' runtime to doc function-file.md
This commit is contained in:
Chad Arimura
2017-09-01 15:50:08 -07:00
committed by GitHub

View File

@@ -36,7 +36,8 @@ position. You may use it to override the calculated route. If you plan to use
`version` represents current version of the function. When deploying, it is
appended to the image as a tag.
`runtime` represents programming language runtime (go, python3, java, etc.).
`runtime` represents programming language runtime, for example,
'go', 'python', 'java', etc. The runtime 'docker' will use the existing Dockerfile if one exists.
`build` (optional) is an array of local shell calls which are used to help
building the function.