wtshare/entrypoint.sh

4 lines
116 B
Bash
Raw Normal View History

2022-10-14 21:13:16 +00:00
#!/bin/bash
bittorrent-tracker -p 8888 --http --ws --udp --http-hostname 0.0.0.0 --udp-hostname 0.0.0.0 &
npm start