Update Dockerfile - #1027

Updating Dockerfile to resolve #1027 in upstream project; applying updated permissions for the node module for youtube-dl.
pull/1030/head
nosbig 2 years ago committed by GitHub
parent 99c5cf590e
commit 78b43b614a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -92,6 +92,7 @@ COPY --chown=$UID:$GID --from=backend ["/app/","/app/"]
COPY --chown=$UID:$GID --from=frontend [ "/build/backend/public/", "/app/public/" ]
#COPY --chown=$UID:$GID --from=python ["/app/TwitchDownloaderCLI","/usr/local/bin/TwitchDownloaderCLI"]
RUN chmod +x /app/fix-scripts/*.sh
RUN chmod +x /app/node_modules/youtube-dl/bin/youtube-dl
# Add some persistence data
#VOLUME ["/app/appdata"]

Loading…
Cancel
Save