manage-pictures from personal utilities
This commit is contained in:
parent
b65855273f
commit
01bc9fc656
1 changed files with 7 additions and 0 deletions
7
manage-pictures/Dockerfile
Normal file
7
manage-pictures/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
FROM golang:latest as builder
|
||||||
|
|
||||||
|
RUN go get -v git.thisco.de/mirrors/random-utils/cmd/manage-pictures
|
||||||
|
|
||||||
|
FROM alpine:latest
|
||||||
|
COPY --from=builder /go/bin/manage-pictures /usr/bin/manage-pictures
|
||||||
|
ENTRYPOINT ["/usr/bin/manage-pictures"]
|
Loading…
Reference in a new issue