babagreensheep / jellyfin-tizen-docker

206 stars 30 forks source link

Add stages to improve build speeds #20

Closed dgabka closed 2 months ago

dgabka commented 6 months ago
  1. Added separate docker build stages for jellyfin-web, jellyfin-tizen and building and packaging of the app with Tizen Studio. This improves build speeds, by allowing some parallel execution as well as better caching of layers.
  2. Created new entrypoint script allowing to install Jellyfin on TV simply by executing the container (with valid TV_IP env variable).
  3. Added instructions on how to run the container in the new form as well as how to overwrite the entrypoint to have more control over the installation.