Update Dockerfile
Browse files- 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"
|