fix: node-config fix environment variable

This commit is contained in:
adripo
2022-06-29 20:20:27 +02:00
committed by GitHub
parent 703848e4e5
commit 80d3580447
2 changed files with 1 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ ENV GID=1000
ENV USER=youtube
ENV NO_UPDATE_NOTIFIER=true
ENV PM2_HOME=/app/pm2
ENV ALLOW_CONFIG_MUTATIONS=true
RUN groupadd -g $GID $USER && useradd --system -m -g $USER --uid $UID $USER && \
apt update && \
apt install -y --no-install-recommends curl ca-certificates && \