battle-snake / battle_snake

AI Programing Competition Game Server
GNU Affero General Public License v3.0
12 stars 11 forks source link

Update docker image to build with alpine elixir #18

Closed Dkendal closed 6 years ago

Dkendal commented 6 years ago

We can cut down on total build image size by using alpine elixir as a base image instead of the debian based image we currently use.

See https://cloud.google.com/community/tutorials/elixir-phoenix-on-kubernetes-google-container-engine for an example dockerfile.

cbinners commented 6 years ago

See https://github.com/battle-snake/battle_snake/pull/21

Dkendal commented 6 years ago

implemented