I’m new to fly.io, and Dockerfiles as well. My python app uses cherrypy, but fly.io is detecting my app as a django app, so deploying fails because my Dockerfile is wrong.
What’s the appropriate Dockerfile for a cherrypy app? (Is this something that needs to be specific to how fly.io deploys apps, or is it generic?)
(Similar to this issue, but I need a Dockerfile that will work for cherrypy instead of flask.)