Merge pull request #1035 from martadinata666/npm-cache-path

Fix `.npm` cache path
This commit is contained in:
Tzahi12345
2023-12-01 10:23:15 -05:00
committed by GitHub

View File

@@ -19,6 +19,7 @@ ENV USER=youtube
ENV NO_UPDATE_NOTIFIER=true
ENV PM2_HOME=/app/pm2
ENV ALLOW_CONFIG_MUTATIONS=true
ENV npm_config_cache=/app/.npm
# Use NVM to get specific node version
ENV NODE_VERSION=16.14.2