customize play on
All checks were successful
Build AlaskarSeer / build-alaskarseer (push) Successful in 2m3s

This commit is contained in:
nomadics9 2025-03-26 21:22:38 +03:00
parent 53b2629a5b
commit 21a64d1612
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
FROM fallenbagel/jellyseerr:latest FROM fallenbagel/jellyseerr:latest
RUN sed -i 's/Play on Jellyfin/Play on AlaskarTV/g' \
/app/.next/static/chunks/*.js \
/app/.next/static/chunks/pages/*/*.js \
/app/.next/server/chunks/*.js \
/app/.next/server/pages/*/*.js || true
COPY public/ /app/public COPY public/ /app/public
EXPOSE 5055 EXPOSE 5055