Skip to content

Commit

Permalink
feat: removed unnecessary slash
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesho committed Nov 19, 2024
1 parent c6d5449 commit 7efc0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coordinator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ FROM eclipse-temurin:21-jre-noble

WORKDIR /opt/consensys/linea/coordinator

RUN mkdir -p /libs/ /logs /tmp/prover/request /tmp/prover/response
RUN mkdir -p /libs /logs /tmp/prover/request /tmp/prover/response

COPY --from=builder /libs/coordinator/lib/** libs/

Expand Down

0 comments on commit 7efc0c9

Please sign in to comment.