rgreen312 / OwlPlace

https://rgreen312.github.io/OwlPlace/
5 stars 1 forks source link

docker: improve build time + process #56

Closed gvacaliuc closed 5 years ago

gvacaliuc commented 5 years ago

This patch should speed up the builds a little bit, as well as make them a bit easier to trigger. After running make builder once, folks should be able to run make build about as quickly as running go build would take!

gvacaliuc commented 5 years ago

Closes #44