feat(dockerfile): add npm upgrade command in Dockerfile nodejs
-feat/x_gpu/new_version
parent
4076ee4fdd
commit
07464431af
|
|
@ -4,4 +4,5 @@ WORKDIR /app
|
|||
|
||||
COPY . ./
|
||||
|
||||
RUN npm install --silent
|
||||
RUN npm install -g npm@latest && \
|
||||
npm install --silent
|
||||
|
|
|
|||
Loading…
Reference in New Issue