starcraft66 / minecraft-discord-bridge

A minecraft <-> discord bridge with no server-side requirements
Apache License 2.0
30 stars 9 forks source link

Improve the docker image build process #75

Closed starcraft66 closed 4 years ago

starcraft66 commented 4 years ago

There's a lot of room for improvement in the docker image build process. We can use a .dockerignore to make the docker build context much smaller. We can use a multi-stage docker build to make the resulting image a lot smaller.

There may be other stuff I didn't think of...