karlkras's avatar

Dockerizing a lumen microservice app

I'm looking for information on best practices of how to build out a deployable lumen microservice in a docker container. Not using docker on how to simplify development (lots of information on this) , but how to generate a docker image out of my lumen project. Thanks!

0 likes
1 reply
martinbean's avatar

@karlkras You’d “Dockerize” a Lumen project the same way you would a project written in any other framework or language.

What exactly is it you need help with?

Please or to participate in this conversation.