store/Dockerfile

9 lines
298 B
Docker
Raw Normal View History

2019-10-17 00:35:08 +00:00
# ------------------------------------------------------------------------
2024-02-26 12:03:48 +00:00
from mcluseau/golang-builder:1.21.6 as build
2019-10-17 00:35:08 +00:00
# ------------------------------------------------------------------------
2024-02-26 12:03:48 +00:00
from alpine:3.19
2019-10-17 00:35:08 +00:00
volume /srv/dkl-store
entrypoint ["/bin/dkl-store"]
copy --from=build /go/bin/ /bin/