Rename binary within Docker image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
726748852e
commit
64b28038e9
@ -16,6 +16,6 @@ FROM ${REPO}/busybox:latest
|
|||||||
WORKDIR /root/
|
WORKDIR /root/
|
||||||
# COPY --from=builder /go/src/app/dockron .
|
# COPY --from=builder /go/src/app/dockron .
|
||||||
ARG ARCH=amd64
|
ARG ARCH=amd64
|
||||||
COPY ./dockron-linux-${ARCH} .
|
COPY ./dockron-linux-${ARCH} ./dockron
|
||||||
|
|
||||||
CMD [ "./dockron" ]
|
CMD [ "./dockron" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user