mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 12:00:01 +03:00
Fix .npm
Somehow on npm startup it created directory at `/.npm` rather than `/app/.npm`, explicitly define `.npm` folder path
This commit is contained in:
committed by
GitHub
parent
0e33b2db2b
commit
509e996107
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user