base64 encode script
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user