mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
add docker compile
This commit is contained in:
3
docker-all.sh
Normal file
3
docker-all.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
sudo docker run --rm -v "$PWD":/usr/src/torr -w /usr/src/torr golang:1.16 ./build-all.sh
|
||||||
|
sudo chmod 0777 ./dist/*
|
||||||
Reference in New Issue
Block a user