We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe647d commit 7c61790Copy full SHA for 7c61790
Dockerfile
@@ -1,5 +1,6 @@
1
FROM alpine:latest
2
3
-ADD sphinx_matcher.json .
+ADD sphinx_matcher.json /
4
5
-ENTRYPOINT ["/bin/echo", "::add-matcher::sphinx_matcher.json"]
+ENTRYPOINT ["/bin/sh", "-c", \
6
+ "cp /sphinx_matcher.json . && echo '::add-matcher::sphinx_matcher.json'"]
0 commit comments