Can not build container using Dockerfile #738
bardiakhosravi
started this conversation in
General
Replies: 1 comment 8 replies
-
Hey @bardiakhosravi 👋 Could you please share the reproducible example with |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to use a Dockerfile so that I can install Pycairo on Lambda.
Using serverless-python-requirements to build.
Here the
pythonRequirements
config inserverless.yml
And this is the Dockerfile
and the
pyproject.toml
is:after running
sls deploy -s dev
I get the following error:entrypoint requires the handler name to be the first argument
Does anyone know why? and what I have done wrong?
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions