Skip to content

Commit 44a749f

Browse files
committed
copy app.bin
Signed-off-by: Danil <[email protected]>
1 parent f9210a6 commit 44a749f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docker-compose-zksync-os.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
ports:
4343
- 3124:3124
4444
volumes:
45-
- ./configs:/configs
45+
- ./chains/era/configs:/configs
4646
command: --config-path=/configs/general.yaml --secrets-path=/configs/secrets.yaml --genesis-path=/configs/genesis.yaml --contracts-config-path=/configs/contracts.yaml --wallets-path=/configs/wallets.yaml --components=eth,state_keeper,zkos_prover_input_generator
4747
network_mode: host
4848

@@ -54,8 +54,8 @@ services:
5454
- 3050:3050
5555
- 3051:3051
5656
volumes:
57-
- ./configs:/configs
58-
command: --config-path=/configs/general.yaml --secrets-path=/configs/secrets.yaml --genesis-path=/configs/genesis.yaml --contracts-config-path=/configs/contracts.yaml --components=api
57+
- ./chains/era/configs:/configs
58+
command: --config-path=/configs/general.yaml --secrets-path=/configs/secrets.yaml --genesis-path=/configs/genesis.yaml --contracts-config-path=/configs/contracts.yaml --wallets-path=/configs/wallets.yaml --components=api
5959
network_mode: host
6060

6161
zksync-os-prover:

docker/zksync-os-prover/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,7 @@ FROM nvidia/cuda:12.2.0-runtime-ubuntu22.04
5555
RUN apt-get update && apt-get install -y curl libpq5 ca-certificates && rm -rf /var/lib/apt/lists/*
5656

5757
COPY --from=builder /usr/src/zksync/zkos_prover/target/release/zkos_prover /usr/bin/
58+
COPY app.bin /app.bin
59+
COPY app_logging_enabled.bin /app_logging_enabled.bin
5860

5961
ENTRYPOINT ["zkos_prover"]

docker/zksync-os-server/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,7 @@ COPY etc/tokens/ /etc/tokens/
3939
COPY etc/ERC20/ /etc/ERC20/
4040
COPY etc/multivm_bootloaders/ /etc/multivm_bootloaders/
4141
COPY core/lib/dal/migrations/ /migrations
42+
COPY app.bin /app.bin
43+
COPY app_logging_enabled.bin /app_logging_enabled.bin
4244

4345
ENTRYPOINT ["zksync_server"]

0 commit comments

Comments
 (0)