nana
This commit is contained in:
@@ -7,6 +7,5 @@ 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 jwtsecret.hex /jwtsecret
|
||||
|
||||
ENTRYPOINT [ "entrypoint.sh" ]
|
||||
@@ -37,7 +37,7 @@ exec -c /home/user/nimbus_beacon_node \
|
||||
--keymanager-address=0.0.0.0 \
|
||||
--keymanager-token-file=${TOKEN_FILE} \
|
||||
--graffiti="${graffitiString}" \
|
||||
--jwt-secret=/jwtsecret \
|
||||
--jwt-secret=/jwt.hex \
|
||||
--web3-url=$HTTP_ENGINE \
|
||||
--suggested-fee-recipient="${FEE_RECIPIENT_ADDRESS}" \
|
||||
$EXTRA_OPTS
|
||||
|
||||
Reference in New Issue
Block a user