mirror of
https://github.com/harness-community/drone-helm-chart-container-registry.git
synced 2026-06-14 05:12:50 +08:00
dockerfile fix
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk --no-cache add ca-certificates
|
||||
RUN apk add --no-cache libc6-compat
|
||||
|
||||
ADD ./drone-helm /bin/
|
||||
WORKDIR /app
|
||||
|
||||
RUN chmod +x /bin/drone-helm
|
||||
ADD ./drone-helm /app/
|
||||
|
||||
ENTRYPOINT ["/bin/drone-helm"]
|
||||
ENTRYPOINT ["/app/drone-helm"]
|
||||
Reference in New Issue
Block a user