Skip to content

Commit

Permalink
Port dev image faucet from python to node scrtlabs#957
Browse files Browse the repository at this point in the history
  • Loading branch information
levackt committed Jul 12, 2022
1 parent e17104d commit 1d65890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/docker/devimage/bootstrap_init_no_stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ perl -i -pe 's/enable-unsafe-cors = false/enable-unsafe-cors = true/' .secretd/c
lcp --proxyUrl http://localhost:1316 --port 1317 --proxyPartial '' &

# Setup faucet
gunicorn --bind 0.0.0.0:5000 svc &
nohup node faucet_server.js >/dev/null 2>&1 &

# Setup secretcli
cp $(which secretd) $(dirname $(which secretd))/secretcli
Expand Down

0 comments on commit 1d65890

Please sign in to comment.