customize play on
All checks were successful
Build AlaskarSeer / build-alaskarseer (push) Successful in 2m3s
All checks were successful
Build AlaskarSeer / build-alaskarseer (push) Successful in 2m3s
This commit is contained in:
parent
53b2629a5b
commit
21a64d1612
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue