Skip to content

Commit

Permalink
prepare for custom Docker image for v25-genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
sanekmelnikov committed Nov 28, 2024
1 parent dfd4478 commit b74fc34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/server-v2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ EXPOSE 3030
COPY --from=builder /usr/src/zksync/target/release/zksync_server /usr/bin
COPY --from=builder /usr/src/zksync/target/release/block_reverter /usr/bin
COPY --from=builder /usr/src/zksync/target/release/merkle_tree_consistency_checker /usr/bin
COPY contracts/system-contracts/zkout/ /contracts/system-contracts/zkout/
COPY contracts/system-contracts/artifacts-zk/ /contracts/system-contracts/artifacts-zk/
COPY contracts/system-contracts/bootloader/ /contracts/system-contracts/bootloader/
COPY contracts/system-contracts/contracts-preprocessed/ /contracts/system-contracts/contracts-preprocessed/
COPY contracts/l1-contracts/out/ /contracts/l1-contracts/out/
COPY contracts/l2-contracts/zkout/ /contracts/l2-contracts/zkout/
COPY etc/tokens/ /etc/tokens/
Expand Down

0 comments on commit b74fc34

Please sign in to comment.