fix
This commit is contained in:
@@ -6,6 +6,6 @@ USER root
|
|||||||
RUN apt update && apt install curl jq -y
|
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 /auth-token
|
||||||
|
|
||||||
ENTRYPOINT [ "/usr/bin/entrypoint.sh" ]
|
ENTRYPOINT [ "/usr/bin/entrypoint.sh" ]
|
||||||
@@ -5,7 +5,7 @@ VALIDATOR_PORT=3500
|
|||||||
|
|
||||||
DATA_DIR="/home/user/nimbus-eth2/build/data"
|
DATA_DIR="/home/user/nimbus-eth2/build/data"
|
||||||
VALIDATORS_DIR="${DATA_DIR}/validators"
|
VALIDATORS_DIR="${DATA_DIR}/validators"
|
||||||
TOKEN_FILE="${DATA_DIR}/auth-token"
|
TOKEN_FILE="/auth-token"
|
||||||
|
|
||||||
mkdir -p ${VALIDATORS_DIR}
|
mkdir -p ${VALIDATORS_DIR}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user