Merge pull request #3311 from drewwells/patch-1

absolute path to entrypoint
This commit is contained in:
Kubernetes Prow Robot
2020-12-04 18:05:25 -08:00
committed by GitHub

View File

@@ -17,4 +17,4 @@ FROM alpine
RUN apk add git openssh
COPY --from=builder /build/kustomize /app/
WORKDIR /app
ENTRYPOINT ["./kustomize"]
ENTRYPOINT ["/app/kustomize"]