store/Dockerfile

10 lines
331 B
Docker
Raw Normal View History

2024-10-13 10:32:58 +00:00
# syntax=docker/dockerfile:1.6.0
2019-10-17 00:35:08 +00:00
# ------------------------------------------------------------------------
2024-10-13 10:32:58 +00:00
from mcluseau/golang-builder:1.23.2 as build
2019-10-17 00:35:08 +00:00
# ------------------------------------------------------------------------
2024-10-13 10:32:58 +00:00
from alpine:3.20
2019-10-17 00:35:08 +00:00
volume /srv/dkl-store
entrypoint ["/bin/dkl-store"]
copy --from=build /go/bin/ /bin/