feat(tv): update video player to handle ended event and improve channel navigation
This commit is contained in:
@@ -15,8 +15,8 @@ COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
|
||||
# NEXT_PUBLIC_* vars are baked into the client bundle at build time.
|
||||
# Pass the public backend URL via --build-arg (see compose.yml).
|
||||
ARG NEXT_PUBLIC_API_URL=http://localhost:3000/api/v1
|
||||
# Pass the public backend URL via --build-arg.
|
||||
ARG NEXT_PUBLIC_API_URL=http://localhost:4000/api/v1
|
||||
ENV NEXT_PUBLIC_API_URL=$NEXT_PUBLIC_API_URL
|
||||
ENV NEXT_TELEMETRY_DISABLED=1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user