I'm no validator

This commit is contained in:
Sebastian
2023-08-26 06:38:02 +02:00
parent 3c5121e423
commit 078a4efdc5
2 changed files with 1 additions and 3 deletions

View File

@@ -8,4 +8,4 @@ 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
ENTRYPOINT [ "entrypoint.sh" ]
ENTRYPOINT [ "/usr/bin/entrypoint.sh" ]

2
nimbus/entrypoint.sh Normal file → Executable file
View File

@@ -36,8 +36,6 @@ exec -c /home/user/nimbus_beacon_node \
--keymanager-port=${VALIDATOR_PORT} \
--keymanager-address=0.0.0.0 \
--keymanager-token-file=${TOKEN_FILE} \
--graffiti="${graffitiString}" \
--jwt-secret=/jwt.hex \
--web3-url=$HTTP_ENGINE \
--suggested-fee-recipient="${FEE_RECIPIENT_ADDRESS}" \
$EXTRA_OPTS