diff --git a/Dockerfile b/Dockerfile index e8bb08f..bb76695 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"