feat(dockerfile): remove npm update command & add --force flag for solve dependencies issues
-feat/x_gpu/new_version
parent
1a63be25fc
commit
093fec96bf
|
|
@ -4,7 +4,6 @@ WORKDIR /app
|
|||
|
||||
COPY . ./
|
||||
|
||||
RUN npm install npm@latest && \
|
||||
npm install --silent
|
||||
RUN npm install --silent --force
|
||||
|
||||
CMD ["npm", "run", "build"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue