I'm no validator

This commit is contained in:
Sebastian
2023-08-26 06:38:02 +02:00
parent 3c5121e423
commit 078a4efdc5
2 changed files with 1 additions and 3 deletions

View File

@@ -8,4 +8,4 @@ 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
ENTRYPOINT [ "entrypoint.sh" ]
ENTRYPOINT [ "/usr/bin/entrypoint.sh" ]