This repository was archived by the owner on Oct 24, 2025. It is now read-only.
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
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to use a Dockerfile so that I can install Pycairo on Lambda.
Using serverless-python-requirements to build.
Here the
pythonRequirementsconfig inserverless.ymlAnd this is the Dockerfile
and the
pyproject.tomlis:after running
sls deploy -s devI get the following error:entrypoint requires the handler name to be the first argumentDoes anyone know why? and what I have done wrong?
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions