chainsaw massacre
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,4 +0,0 @@
|
||||
FROM ghcr.io/gnosischain/gnosis-nimbus-eth2:v24.12
|
||||
COPY entrypoint.sh /usr/bin/entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/usr/bin/entrypoint.sh"]
|
||||
@@ -1,12 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Run checkpoint sync script if provided
|
||||
[[ -n $CHECKPOINT_SYNC_URL ]] &&
|
||||
/home/user/nimbus_beacon_node trustedNodeSync \
|
||||
--network=gnosis \
|
||||
--trusted-node-url=${CHECKPOINT_SYNC_URL} \
|
||||
--backfill=false \
|
||||
--data-dir=/data
|
||||
|
||||
|
||||
exec -c /home/user/nimbus_beacon_node $@
|
||||
Reference in New Issue
Block a user