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 . ./
|
COPY . ./
|
||||||
|
|
||||||
RUN npm install npm@latest && \
|
RUN npm install --silent --force
|
||||||
npm install --silent
|
|
||||||
|
|
||||||
CMD ["npm", "run", "build"]
|
CMD ["npm", "run", "build"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue