diff --git a/Dockerfile b/Dockerfile index 0e21f5d..add17fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ FROM gcr.io/kaniko-project/executor:v1.23.2-debug ADD rootca.pem /usr/local/share/ca-certificates/rootca.pem COPY --from=crane /ko-app/crane /bin/crane -COPY entrypoint /kaniko/entrypoint.sh +COPY entrypoint.sh /kaniko/entrypoint.sh ENTRYPOINT ["/kaniko/entrypoint.sh"]