Set entrypoint to yq

This commit is contained in:
Mike Farah
2020-11-20 13:53:44 +11:00
parent 9674acf684
commit c08980e70f

View File

@@ -22,4 +22,4 @@ LABEL version=${VERSION}
WORKDIR /workdir
ENTRYPOINT /usr/bin/yq
ENTRYPOINT ["/usr/bin/yq"]