mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 17:15:44 +00:00
10 lines
166 B
Docker
10 lines
166 B
Docker
FROM goreleaser/goreleaser
|
|
|
|
RUN apk --no-cache add upx
|
|
|
|
WORKDIR /go/src/github.com/percona/percona-backup-mongodb
|
|
COPY . .
|
|
|
|
ENTRYPOINT ["goreleaser"]
|
|
CMD ["release"]
|