Skip to content

Commit be81984

Browse files
committed
fix: fix typo
1 parent 22d80c1 commit be81984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.zk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ WORKDIR /opt/raiko
1717
# build related files
1818
COPY makefile makefile
1919
COPY script script
20-
RUN ls -al >/tmp/file_list.txt
20+
RUN ls -al > /tmp/file_list.txt
2121
RUN cat /tmp/file_list.txt
2222

2323
ENV TARGET=risc0
@@ -52,7 +52,7 @@ COPY reqpool reqpool
5252
COPY reqactor reqactor
5353
COPY ballot ballot
5454
COPY redis-derive redis-derive
55-
RUN ls -al >/tmp/file_list.txt
55+
RUN ls -al > /tmp/file_list.txt
5656
RUN cat /tmp/file_list.txt
5757

5858
ENV TARGET=risc0

0 commit comments

Comments
 (0)