[chore] - change icon
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-05 16:31:42 +07:00
parent fc4b543c5d
commit 5bd4a98f91

View File

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