store/Dockerfile

9 lines
298 B
Docker
Raw Normal View History

2019-10-17 00:35:08 +00:00
# ------------------------------------------------------------------------
2022-12-10 14:44:45 +00:00
from mcluseau/golang-builder:1.19.4 as build
2019-10-17 00:35:08 +00:00
# ------------------------------------------------------------------------
2022-12-10 14:44:45 +00:00
from alpine:3.17
2019-10-17 00:35:08 +00:00
volume /srv/dkl-store
entrypoint ["/bin/dkl-store"]
copy --from=build /go/bin/ /bin/