Fixed issue where on some Docker environments the container failed to start due to the error "nodemon update check failed"

This commit is contained in:
Isaac Abadi
2021-03-17 19:13:52 -06:00
parent 4643efbae0
commit 4c06bc750c

View File

@@ -21,6 +21,8 @@ ENV UID=1000 \
GID=1000 \
USER=youtube
ENV NO_UPDATE_NOTIFIER=true
RUN addgroup -S $USER -g $GID && adduser -D -S $USER -G $USER -u $UID
RUN apk add --no-cache \