opencode / start.sh
kacapower's picture
Upload 3 files
14d4369 verified
Raw
History Blame Contribute Delete
160 Bytes
#!/bin/bash
# Launch the sync agent in the background
python3 /home/node/sync.py &
# Start the primary web server
opencode web --port 4096 --hostname 0.0.0.0