Revert "Add AirPlay and Chromecast support (#2872)" (#3898)

This reverts commit 8e235a26ee.
This commit is contained in:
WithoutPants
2023-07-11 19:16:22 +10:00
committed by GitHub
parent 0c0ba19a23
commit 278a0642f4
10 changed files with 3 additions and 80 deletions

View File

@@ -2,7 +2,7 @@
# Build Frontend
FROM node:alpine as frontend
RUN apk add --no-cache make git
RUN apk add --no-cache make
## cache node_modules separately
COPY ./ui/v2.5/package.json ./ui/v2.5/yarn.lock /stash/ui/v2.5/
WORKDIR /stash