Files
TorrServerJellyfin/docker-all.sh
2021-07-19 11:23:34 +03:00

10 lines
194 B
Bash
Executable File

#!/bin/bash
ROOT=${PWD}
#### Build web
echo "Build web"
$GOBIN run gen_web.go
sudo docker run --rm -v "$PWD":/usr/src/torr -w /usr/src/torr golang:1.16 ./build-all.sh
sudo chmod 0777 ./dist/*