mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
add 'docker' runtime to doc
This commit is contained in:
@@ -36,7 +36,9 @@ 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 examples
|
||||
`go`, `python3`, `java`, etc.
|
||||
and the `docker` runtime when Dockerfile exists.
|
||||
|
||||
`build` (optional) is an array of local shell calls which are used to help
|
||||
building the function.
|
||||
|
||||
Reference in New Issue
Block a user