mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fn: add support for python (#328)
This commit is contained in:
committed by
Seif Lotfy سيف لطفي
parent
8935c26951
commit
d13c8fba8c
@@ -232,7 +232,7 @@ var acceptableFnRuntimes = map[string]string{
|
||||
"node": "iron/node",
|
||||
"perl": "iron/perl",
|
||||
"php": "iron/php",
|
||||
"python": "iron/python",
|
||||
"python": "iron/python:2",
|
||||
"ruby": "iron/ruby",
|
||||
"scala": "iron/scala",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user