github.com/iron-io/functions@v0.0.0-20180820112432-d59d7d1c40b2/examples/s3/Dockerfile (about)

     1  FROM iron/lambda-nodejs
     2  
     3  ADD example.js ./example.js
     4  
     5  CMD ["example.run"]