Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions beacon-chain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ FROM chainsafe/lodestar:${UPSTREAM_VERSION}
ARG NETWORK
ARG STAKER_SCRIPTS_VERSION
ARG DATA_DIR
ARG P2P_PORT
ARG QUIC_PORT

ENV JWT_FILE_PATH=/jwtsecret.hex \
BEACON_API_PORT=3500 \
CLIENT_BIN=/usr/app/lodestar \
DATA_DIR=${DATA_DIR} \
P2P_PORT=${P2P_PORT} \
QUIC_PORT=${QUIC_PORT} \
STAKER_SCRIPTS_URL=https://github.com/dappnode/staker-package-scripts/releases/download/${STAKER_SCRIPTS_VERSION}

COPY entrypoint.sh /usr/local/bin/entrypoint.sh
Expand Down