All checks were successful
Build AlaskarSeer / build-alaskarseer (push) Successful in 2m3s
11 lines
280 B
Docker
11 lines
280 B
Docker
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
|
|
|
|
EXPOSE 5055
|