Skip to content
Snippets Groups Projects
Commit 6179e87a authored by Bartek Wrona's avatar Bartek Wrona Committed by Bartek Wrona
Browse files

Adjusted code starting a CORS proxy to renamed file

parent 02ccbabd
No related branches found
No related tags found
1 merge request!1Add alternate testnet network with initminer access to the examples to improve user experience with testing
......@@ -59,8 +59,8 @@ RUN pnpm install && \
#! /bin/bash
set -e
{
echo "Attempting to start a redirect proxy to the hived node..."
node ./examples/proxy/proxy.js
echo "Attempting to start a redirect proxy to the hived node (to supplement CORS headers) ..."
node ./examples/proxy/proxy.cjs 2>&1 | tee -i proxy.log
} &
job_pid=\$!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment