mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
fix web build
This commit is contained in:
@@ -4,7 +4,7 @@ ROOT=${PWD}
|
|||||||
|
|
||||||
#### Build web
|
#### Build web
|
||||||
echo "Build web"
|
echo "Build web"
|
||||||
$GOBIN run gen_web.go
|
go run gen_web.go
|
||||||
|
|
||||||
sudo docker run --rm -v "$PWD":/usr/src/torr -w /usr/src/torr golang:1.16 ./build-all.sh
|
sudo docker run --rm -v "$PWD":/usr/src/torr -w /usr/src/torr golang:1.16 ./build-all.sh
|
||||||
sudo chmod 0777 ./dist/*
|
sudo chmod 0777 ./dist/*
|
||||||
Reference in New Issue
Block a user