mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fix lambda import (#605)
* Fix lambda import * more updates * more changes
This commit is contained in:
committed by
Travis Reeder
parent
cc4ff197e0
commit
d8871d1562
@@ -1,3 +1,3 @@
|
||||
set -ex
|
||||
|
||||
docker build -t iron/functions-lambda:node4.3 .
|
||||
docker build -t iron/functions-lambda:nodejs4.3 .
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
set -ex
|
||||
|
||||
./build.sh
|
||||
docker push iron/functions-lambda:node4.3
|
||||
docker push iron/functions-lambda:nodejs4.3
|
||||
|
||||
Reference in New Issue
Block a user