fix path to html

This commit is contained in:
2021-05-09 18:49:40 +02:00
parent 870e655038
commit 82029e2537
2 changed files with 16 additions and 9 deletions

View File

@ -3,6 +3,7 @@ RUN ["apk", "add", "--no-cache", "--repository", "https://dl-cdn.alpinelinux.org
RUN ["mkdir", "/app"]
COPY ["stream.py", "/app/stream.py"]
COPY ["sources.py", "/app/sources.py"]
COPY ["index.html", "/app/index.html"]
RUN ["chmod", "-R", "755", "/app"]
COPY ["tv.json", "/app/tv.json"]
RUN ["python3", "/app/sources.py"]