mirror of
https://github.com/harness-community/drone-helm-chart-container-registry.git
synced 2026-06-04 18:24:12 +08:00
added tests
This commit is contained in:
@@ -2,6 +2,8 @@ FROM alpine:latest as base
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./drone-helm /app/
|
||||
ADD ./drone-helm /bin/
|
||||
|
||||
CMD ["/app/drone-helm"]
|
||||
RUN chmod +x /bin/drone-helm
|
||||
|
||||
ENTRYPOINT ["/bin/drone-helm"]
|
||||
Reference in New Issue
Block a user