hexparrot/mineos-node

Use a makefile to simplify building the docker image

Closed this issue · 0 comments

I am a fan of gnu make and makefiles, especially with docker as you can create more standardized build instructions/steps. It would be helpful to have a makefile to assist with building the existing Dockerfile so that you can generate images that are tagged with the most recent git commit id and to help others build their own forked images.

#407