Deploy Application Without Dockerfile - Use Buildpacks
Buildpacks is a tool from the Cloud Native Computing Foundation (CNCF) that helps deploy applications without needing a Dockerfile.
It automatically detects the language and dependencies of your application, then builds a container image for you. Thi...
amitsinghs.hashnode.dev3 min read