add build command
This commit is contained in:
parent
887caf5d79
commit
90b1937707
|
@ -1,5 +1,5 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
RUN apk add --no-cache ca-certificates
|
RUN apk add --no-cache ca-certificates
|
||||||
COPY ${REPO_NAME} /usr/local/bin/${REPO_NAME}
|
COPY bin/${REPO_NAME} /usr/local/bin/${REPO_NAME}
|
||||||
RUN chmod +x /usr/local/bin/${REPO_NAME}
|
RUN chmod +x /usr/local/bin/${REPO_NAME}
|
||||||
CMD ["/usr/local/bin/${REPO_NAME}"]
|
CMD ["/usr/local/bin/${REPO_NAME}"]
|
||||||
|
|
Loading…
Reference in New Issue