show info from directories
This commit is contained in:
@ -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/
|
||||
|
Reference in New Issue
Block a user