store/Dockerfile
Mikaël Cluseau 22f3bd6f0a bump go
2022-12-10 15:44:45 +01:00

9 lines
298 B
Docker

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