add chromecast button
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
FROM alpine:edge as base
|
||||
RUN ["apk", "add", "--no-cache", "py3-virtualenv"]
|
||||
RUN ["mkdir", "-p", "/app"]
|
||||
RUN ["mkdir", "-p", "/app/version"]
|
||||
COPY ["tv.json", "/app/setup/tv.json"]
|
||||
COPY ["backend/start.sh", "/app/start.sh"]
|
||||
COPY ["backend/install.sh", "/app/setup/install.sh"]
|
||||
|
Reference in New Issue
Block a user