[chore] - update npm sinstall
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-05 16:04:02 +07:00
parent 0bf0f4fc2c
commit fc4b543c5d

View File

@@ -2,7 +2,7 @@ FROM node:12.19.0-buster AS compile-image
WORKDIR /opt/ng
COPY package.json /opt/ng/package.json
RUN npm install@lastest
RUN npm install npm@latest
RUN npm install -g @angular/cli
ENV PATH="./node_modules/.bin:$PATH"