store/Dockerfile
Mikaël Cluseau 17e7153be7 bump go
2024-02-26 13:03:48 +01:00

9 lines
298 B
Docker

# ------------------------------------------------------------------------
from mcluseau/golang-builder:1.21.6 as build
# ------------------------------------------------------------------------
from alpine:3.19
volume /srv/dkl-store
entrypoint ["/bin/dkl-store"]
copy --from=build /go/bin/ /bin/