dockerfile fix

This commit is contained in:
Akshit Agrawal
2024-01-18 13:17:13 +05:30
parent 3cc83f7865
commit 70b87907ad
+3 -1
View File
@@ -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"]