mirror of
https://github.com/harness-community/drone-helm-chart-container-registry.git
synced 2026-06-04 18:24:12 +08:00
dockerfile fix
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
FROM --platform=linux/amd64 alpine:latest as base
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk --no-cache add ca-certificates
|
||||
|
||||
ADD ./drone-helm /bin/
|
||||
COPY ./drone-helm /app/
|
||||
|
||||
ENTRYPOINT ["/bin/drone-helm"]
|
||||
ENTRYPOINT ["./app/drone-helm"]
|
||||
Reference in New Issue
Block a user