This commit is contained in:
Sebastian
2023-08-26 06:29:31 +02:00
parent 25bf469b57
commit 3c5121e423
2 changed files with 1 additions and 2 deletions

View File

@@ -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" ]