feat(dockerfile): add npm upgrade command in Dockerfile nodejs

-
feat/x_gpu/new_version
TBS093A 2024-04-12 16:13:33 +02:00
parent 4076ee4fdd
commit 07464431af
1 changed files with 2 additions and 1 deletions

View File

@ -4,4 +4,5 @@ WORKDIR /app
COPY . ./
RUN npm install --silent
RUN npm install -g npm@latest && \
npm install --silent