show info from directories

This commit is contained in:
Mikaël Cluseau
2024-10-13 12:32:58 +02:00
parent 17e7153be7
commit e6ad98babd
5 changed files with 240 additions and 17 deletions

View File

@ -1,8 +1,9 @@
# syntax=docker/dockerfile:1.6.0
# ------------------------------------------------------------------------
from mcluseau/golang-builder:1.21.6 as build
from mcluseau/golang-builder:1.23.2 as build
# ------------------------------------------------------------------------
from alpine:3.19
from alpine:3.20
volume /srv/dkl-store
entrypoint ["/bin/dkl-store"]
copy --from=build /go/bin/ /bin/