reikernx commited on
Commit
711783d
·
verified ·
1 Parent(s): 03ae482

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -67,7 +67,6 @@ RUN chown -R root:root /.npm /.npm/.cache ./npm ./npm/.cache
67
 
68
  RUN npm config set cache /app/home/.npm/.cache
69
  RUN npm config set prefix /app/home/.npm-global
70
- RUN npm config set globalconfig /app/home/.npmrc
71
  RUN npm config set userconfig /app/home/.npmrc
72
 
73
  ENV NPM_CONFIG_PREFIX="/app/home/.npm-global"
 
67
 
68
  RUN npm config set cache /app/home/.npm/.cache
69
  RUN npm config set prefix /app/home/.npm-global
 
70
  RUN npm config set userconfig /app/home/.npmrc
71
 
72
  ENV NPM_CONFIG_PREFIX="/app/home/.npm-global"