store/Dockerfile

9 lines
298 B
Docker
Raw Normal View History

2019-10-17 00:35:08 +00:00
# ------------------------------------------------------------------------
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/