Changed build.sh from bash to pure sh (I see no bash-specifics in there). This makes it easier to use alpine as a base image (alpine linux has no bash).
Added Dockerfile based on golang:alpine. Works very simply by copying all files and running building as documented.
Changed build.sh from bash to pure sh (I see no bash-specifics in there). This makes it easier to use alpine as a base image (alpine linux has no bash).
Added Dockerfile based on golang:alpine. Works very simply by copying all files and running building as documented.
Signed-off-by: Marcel Parciak marcel.parciak@gmail.com