mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Merge pull request #3311 from drewwells/patch-1
absolute path to entrypoint
This commit is contained in:
@@ -17,4 +17,4 @@ FROM alpine
|
||||
RUN apk add git openssh
|
||||
COPY --from=builder /build/kustomize /app/
|
||||
WORKDIR /app
|
||||
ENTRYPOINT ["./kustomize"]
|
||||
ENTRYPOINT ["/app/kustomize"]
|
||||
|
||||
Reference in New Issue
Block a user