mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-19 20:09:03 -07:00
399a079dd4
Squashed commit.
7 lines
135 B
Bash
7 lines
135 B
Bash
#!/usr/bin/env bash
|
|
|
|
source ../common.build.sh
|
|
|
|
VERSION=`get_version ../..`
|
|
|
|
build_jellyfin_docker ../.. Dockerfile jellyfin:${VERSION} |