Skip to content

Commit

Permalink
Touch lukso config
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Aug 8, 2024
1 parent 3ae1f79 commit 525c2a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions validator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ ENV LUKSO_CONFIG_URL=https://raw.githubusercontent.com/lukso-network/network-con

RUN if [ "${NETWORK}" = "lukso" ]; then \
wget ${LUKSO_CONFIG_URL} -O /lukso-config.yaml; \
else \
touch /lukso-config.yaml; \
fi

ARG UPSTREAM_VERSION
Expand Down

0 comments on commit 525c2a5

Please sign in to comment.