1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08: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"]