Skip to content

Commit 7c61790

Browse files
committed
Copy over json file to current working directory
1 parent dbe647d commit 7c61790

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM alpine:latest
22

3-
ADD sphinx_matcher.json .
3+
ADD sphinx_matcher.json /
44

5-
ENTRYPOINT ["/bin/echo", "::add-matcher::sphinx_matcher.json"]
5+
ENTRYPOINT ["/bin/sh", "-c", \
6+
"cp /sphinx_matcher.json . && echo '::add-matcher::sphinx_matcher.json'"]

0 commit comments

Comments
 (0)