Conversion_Kitchen_Code/kitchen_counter/Blockchain2/ipfs_run.sh

4 lines
70 B
Bash
Executable File

#!/bin/bash
ipfs daemon
gunicorn -w 4 -b 0.0.0.0:5002 IPFSStorage:app