We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d80c1 commit be81984Copy full SHA for be81984
Dockerfile.zk
@@ -17,7 +17,7 @@ WORKDIR /opt/raiko
17
# build related files
18
COPY makefile makefile
19
COPY script script
20
-RUN ls -al >/tmp/file_list.txt
+RUN ls -al > /tmp/file_list.txt
21
RUN cat /tmp/file_list.txt
22
23
ENV TARGET=risc0
@@ -52,7 +52,7 @@ COPY reqpool reqpool
52
COPY reqactor reqactor
53
COPY ballot ballot
54
COPY redis-derive redis-derive
55
56
57
58
0 commit comments