mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-21 07:03:18 +03:00
Updated dockerfile to fix UID/GID bug related to forever.js
This commit is contained in:
@@ -22,6 +22,7 @@ ENV UID=1000 \
|
|||||||
USER=youtube
|
USER=youtube
|
||||||
|
|
||||||
ENV NO_UPDATE_NOTIFIER=true
|
ENV NO_UPDATE_NOTIFIER=true
|
||||||
|
ENV FOREVER_ROOT=/app/.forever
|
||||||
|
|
||||||
RUN addgroup -S $USER -g $GID && adduser -D -S $USER -G $USER -u $UID
|
RUN addgroup -S $USER -g $GID && adduser -D -S $USER -G $USER -u $UID
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user