Skip to content

Commit

Permalink
Merge pull request #1035 from martadinata666/npm-cache-path
Browse files Browse the repository at this point in the history
Fix `.npm` cache path
  • Loading branch information
Tzahi12345 authored Dec 1, 2023
2 parents 0e33b2d + 509e996 commit d30c338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d30c338

Please sign in to comment.