1
Fork 0

Update binary name in Dockerfile

master 1.0.2
Vladimir Hodakov 2019-10-08 10:58:13 +04:00
parent a01dff1426
commit 7239cf1117
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 GOFLAGS='-mod=vendor' go build -ldflag
FROM scratch
COPY --from=builder /build/fwzookeeper_helper /usr/local/bin/fw_zookeeper_helper
COPY --from=builder /build/fwzookeeper_helper /usr/local/bin/fwzookeeper_helper
VOLUME ["/data"]
ENTRYPOINT [ "/usr/local/bin/fw_zookeeper_helper" ]
ENTRYPOINT [ "/usr/local/bin/fwzookeeper_helper" ]

View File

@ -9,7 +9,7 @@ import (
)
// VERSION is the current bot's version
const VERSION = "1.0.1"
const VERSION = "1.0.2"
// Context is the main application context.
type Context struct {