nvisibleinc / go-ari-proxy

Asterisk REST Interface proxy system written in Go
Apache License 2.0
31 stars 17 forks source link

Update Dockerfile to use a scratch build rather than FROM:golang #24

Open leifmadsen opened 8 years ago

leifmadsen commented 8 years ago

To keep the container really small, update the Dockerfile we have now to use a scratch build rather than a FROM:golang so that we can flatten things down to just a few megs rather than 200MB+

Update Docker section in documentation (Relates to #23 )

Marquis42 commented 8 years ago

Note to self (or @leifmadsen if he ends up doing this): -tags netgo FTW (where 'win' = static binary ;) ).