Skip to content

Commit d942db4

Browse files
authored
Docker image entrypoint fix for zkv_conf_chain check (#32)
1 parent 027dd3b commit d942db4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker/scripts/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ unset PARA_NODE_KEY
275275
####
276276
# Relaychain node's configuration
277277
####
278+
ZKV_SPEC_FILE_URL="${ZKV_SPEC_FILE_URL:-}"
279+
278280
if [ "${DEV_MODE:-false}" != "true" ]; then
279281
# Call the function for EVM_CONF_CHAIN
280282
validate_and_download "ZKV_CONF_CHAIN" "ZKV_SPEC_FILE_URL"

0 commit comments

Comments
 (0)