Yeah That's a good way for production env!
If you could provide complete development build, I'd be very thankful.
And By development build, I'm currently using go build ./cmd/traeifk/ and this builds the traefik binary for me and I run it by ./traefik --configFile=my-conf.toml. What it lacks, as far as I noticed, is its dashboard, but there's probably more to it (Like the CRD of my custom middleware which is not currently applied). I want the logical way of doing it.
Plus, I'd be very glad if you could explain what does that exp.Dockerfile do!
Thanks