mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 22:16:09 +05:00
4 lines
172 B
Bash
Executable File
4 lines
172 B
Bash
Executable File
#!/bin/bash
|
|
cp -r ../../dist ./
|
|
docker buildx build --platform "linux/386,linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6" --tag yourok/torrlite:$* --push .
|
|
rm -rf ./dist |