add deploy
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM alpine:latest
|
||||
RUN apk add --no-cache ca-certificates
|
||||
COPY ${REPO_NAME} /usr/local/bin/${REPO_NAME}
|
||||
RUN chmod +x /usr/local/bin/${REPO_NAME}
|
||||
CMD ["/usr/local/bin/${REPO_NAME}"]
|
||||
Reference in New Issue
Block a user