feat(dockerfile): remove global flag from npm update

-
feat/x_gpu/new_version
TBS093A 2024-04-12 19:20:43 +02:00
parent 07464431af
commit 1a63be25fc
1 changed files with 3 additions and 1 deletions

View File

@ -4,5 +4,7 @@ WORKDIR /app
COPY . ./ COPY . ./
RUN npm install -g npm@latest && \ RUN npm install npm@latest && \
npm install --silent npm install --silent
CMD ["npm", "run", "build"]