mirror of
https://github.com/harness-community/drone-helm-chart-container-registry.git
synced 2026-06-14 22:11:56 +08:00
dockerfile fix
This commit is contained in:
@@ -2,6 +2,8 @@ FROM --platform=linux/amd64 alpine:latest as base
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk --no-cache add ca-certificates
|
||||
|
||||
COPY ./drone-helm /app/
|
||||
|
||||
CMD ["/app/drone-helm"]
|
||||
CMD ["/bin/sh"]
|
||||
Reference in New Issue
Block a user