Closed kfcampbell closed 2 years ago
I like the idea of being able to build the Dockerfile locally to use/test without running the entire Go program.
I understand the "visible at a glance" argument though, and I'll defer to your judgement.
I like the idea of being able to build the Dockerfile locally to use/test without running the entire Go program.
OK, that's a reason. LGTM.
While looking at #3 I felt like we had an opportunity to retain typing/syntax help from our editors for our Dockerfile if we used Go's embed package. This PR does so!