Updated dockerfile to fix UID/GID bug related to forever.js

This commit is contained in:
Isaac Abadi
2021-05-12 21:56:21 -06:00
parent 9e71b1ff12
commit de154a9c3e

View File

@@ -22,6 +22,7 @@ ENV UID=1000 \
USER=youtube
ENV NO_UPDATE_NOTIFIER=true
ENV FOREVER_ROOT=/app/.forever
RUN addgroup -S $USER -g $GID && adduser -D -S $USER -G $USER -u $UID