Skip to content

Commit c2ed47e

Browse files
committed
Dockerfile:
RUN install ./miniscript-** /usr/local/bin
1 parent 5807f48 commit c2ed47e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN echo $(date +%s) > updated
2525
FROM make as install
2626
RUN install ./miniscript /usr/local/bin
2727
RUN echo $(date +%s) > updated
28-
RUN install ./miniscript-* /usr/local/bin
28+
RUN install ./miniscript-** /usr/local/bin
2929
RUN install ./serve /usr/local/bin
3030
RUN echo $(date +%s) > updated
3131
WORKDIR /src

0 commit comments

Comments
 (0)