initial commit

This commit is contained in:
Mikaël Cluseau
2019-10-17 11:35:08 +11:00
commit 8e7da00c42
6 changed files with 934 additions and 0 deletions

8
Dockerfile Normal file
View File

@ -0,0 +1,8 @@
# ------------------------------------------------------------------------
from mcluseau/golang-builder:1.13.1 as build
# ------------------------------------------------------------------------
from alpine:3.10
volume /srv/dkl-store
entrypoint ["/bin/dkl-store"]
copy --from=build /go/bin/ /bin/