1
0
mirror of https://github.com/taigrr/yq synced 2026-03-23 16:22:27 -07:00

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"]