Skip to content

Commit 6e15740

Browse files
authored
prover: Dockerfile remove legacy/unused data/work folder (#537)
1 parent b1352b5 commit 6e15740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prover/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN make bin/controller
3030
FROM alpine:3
3131

3232
RUN apk add --no-cache bash musl-dev libgcc
33-
RUN mkdir -p /opt/linea/prover/lib/compressor /data/work /app/logs
33+
RUN mkdir -p /opt/linea/prover/lib/compressor /app/logs
3434

3535
# Import the LICENSE
3636
COPY ./LICENSE /opt/linea/prover/

0 commit comments

Comments
 (0)