From b6f5c17a9fddd8d961acec105c6db1dd35b294ff Mon Sep 17 00:00:00 2001 From: Para Dox Date: Sun, 27 Apr 2025 16:45:17 +0700 Subject: [PATCH] new era --- ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml index 827101cd..2fcf3de6 100644 --- a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml +++ b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml @@ -116,8 +116,6 @@ services: FROM alpine:latest # Install necessary packages RUN apk add --no-cache bash coreutils sed findutils - # Set working directory - WORKDIR /app # Create the prune script inline RUN echo '#!/bin/bash\n\ set -euo pipefail\n\ @@ -189,7 +187,6 @@ services: - DATA_DIR=/data/static_files entrypoint: [/app/prune.sh] # Run the prune script manually restart: no - working_dir: /app volumes: - /root/.local/share/reth:/data