From 64b28038e9f96681043c014c45f83a4f2c594a9a Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 7 Jun 2019 16:21:02 -0700 Subject: [PATCH] Rename binary within Docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 46a5967..ad73f1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,6 @@ FROM ${REPO}/busybox:latest WORKDIR /root/ # COPY --from=builder /go/src/app/dockron . ARG ARCH=amd64 -COPY ./dockron-linux-${ARCH} . +COPY ./dockron-linux-${ARCH} ./dockron CMD [ "./dockron" ]