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 entrypoint.sh /usr/bin/entrypoint.sh
|
||||||
COPY auth-token /home/user/nimbus-eth2/build/data/auth-token
|
COPY auth-token /home/user/nimbus-eth2/build/data/auth-token
|
||||||
COPY jwtsecret.hex /jwtsecret
|
|
||||||
|
|
||||||
ENTRYPOINT [ "entrypoint.sh" ]
|
ENTRYPOINT [ "entrypoint.sh" ]
|
||||||
@@ -37,7 +37,7 @@ exec -c /home/user/nimbus_beacon_node \
|
|||||||
--keymanager-address=0.0.0.0 \
|
--keymanager-address=0.0.0.0 \
|
||||||
--keymanager-token-file=${TOKEN_FILE} \
|
--keymanager-token-file=${TOKEN_FILE} \
|
||||||
--graffiti="${graffitiString}" \
|
--graffiti="${graffitiString}" \
|
||||||
--jwt-secret=/jwtsecret \
|
--jwt-secret=/jwt.hex \
|
||||||
--web3-url=$HTTP_ENGINE \
|
--web3-url=$HTTP_ENGINE \
|
||||||
--suggested-fee-recipient="${FEE_RECIPIENT_ADDRESS}" \
|
--suggested-fee-recipient="${FEE_RECIPIENT_ADDRESS}" \
|
||||||
$EXTRA_OPTS
|
$EXTRA_OPTS
|
||||||
|
|||||||
Reference in New Issue
Block a user