base64 encode script

This commit is contained in:
2021-05-12 09:50:51 +02:00
parent e28fcf1ad4
commit d18364f4cd
4 changed files with 25 additions and 18 deletions

View File

@ -4,6 +4,7 @@ RUN ["mkdir", "/app"]
COPY ["stream.py", "/app/stream.py"]
COPY ["sources.py", "/app/sources.py"]
COPY ["index.html", "/app/index.html"]
COPY ["script.js", "/app/script.js"]
RUN ["chmod", "-R", "755", "/app"]
COPY ["tv.json", "/app/tv.json"]
RUN ["python3", "/app/sources.py"]