This commit is contained in:
Sebastian
2025-03-08 10:43:33 +01:00
parent ded4785699
commit 36047f8b70
2 changed files with 2 additions and 2 deletions

View File

@@ -6,6 +6,6 @@ USER root
RUN apt update && apt install curl jq -y
COPY entrypoint.sh /usr/bin/entrypoint.sh
COPY auth-token /home/user/nimbus-eth2/build/data/auth-token
COPY auth-token /auth-token
ENTRYPOINT [ "/usr/bin/entrypoint.sh" ]

View File

@@ -5,7 +5,7 @@ VALIDATOR_PORT=3500
DATA_DIR="/home/user/nimbus-eth2/build/data"
VALIDATORS_DIR="${DATA_DIR}/validators"
TOKEN_FILE="${DATA_DIR}/auth-token"
TOKEN_FILE="/auth-token"
mkdir -p ${VALIDATORS_DIR}