Does it run fine locally but it won’t start when deployed and revisioned? Are you using an M1 Mac? You likely need to add this target flag at the end of your docker build
command.
--platform linux/amd64
docker build --platform linux/amd64
Does it run fine locally but it won’t start when deployed and revisioned? Are you using an M1 Mac? You likely need to add this target flag at the end of your docker build
command.
--platform linux/amd64
docker build --platform linux/amd64
For further actions, you may consider blocking this person and/or reporting abuse
Sospeter Mong'are -
Asim khan -
Benzellat Djamel Eddine -
Dan Mugisho M. -
Top comments (0)