lewinfox / lambdar

Tools to help you run R on AWS Lambda.
https://lewinfox.github.io/lambdar
Other
4 stars 0 forks source link

Embed lambda handler command in Dockerfile #1

Closed lewinfox closed 3 years ago

lewinfox commented 3 years ago

As given in this example we can add CMD ["file.function"] into the Dockerfile rather than adding it to the docker run command.

lewinfox commented 3 years ago

Closing, not useful.