Skip to content

Commit

Permalink
fix: change CMD to ENTRYPOINT in Dockerfile (#454)
Browse files Browse the repository at this point in the history
This was a mistake on my end I forgot to revert on the original PR
  • Loading branch information
onedr0p authored Dec 22, 2023
1 parent 1cb2eb1 commit fab44be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ COPY --from=docker.io/bitnami/kubectl:1.28.5 /opt/bitnami/kubectl/bin
COPY --from=registry.k8s.io/kustomize/kustomize:v5.3.0 /app/kustomize /usr/local/bin/kustomize
COPY --from=ghcr.io/kyverno/kyverno-cli:v1.10.7 /ko-app/kubectl-kyverno /usr/local/bin/kyverno

CMD ["/usr/local/bin/flux-local"]
ENTRYPOINT ["/usr/local/bin/flux-local"]

0 comments on commit fab44be

Please sign in to comment.