dockerfile fix

This commit is contained in:
Akshit Agrawal
2024-01-18 13:40:45 +05:30
parent 096ed6e83b
commit 9f499401cd
+1 -1
View File
@@ -6,4 +6,4 @@ RUN apk --no-cache add ca-certificates
COPY ./drone-helm /app/
ENTRYPOINT ["./app/drone-helm"]
ENTRYPOINT ["/app/drone-helm"]