Rename binary within Docker image
continuous-integration/drone/push Build is passing Details

This commit is contained in:
IamTheFij 2019-06-07 16:21:02 -07:00
parent 726748852e
commit 64b28038e9
1 changed files with 1 additions and 1 deletions

View File

@ -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" ]