This commit is contained in:
@@ -4,6 +4,7 @@ WORKDIR /opt/ng
|
|||||||
COPY package.json /opt/ng/package.json
|
COPY package.json /opt/ng/package.json
|
||||||
RUN npm install
|
RUN npm install
|
||||||
RUN npm install -g @angular/cli
|
RUN npm install -g @angular/cli
|
||||||
|
RUN npm version patch
|
||||||
ENV PATH="./node_modules/.bin:$PATH"
|
ENV PATH="./node_modules/.bin:$PATH"
|
||||||
|
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|||||||
Reference in New Issue
Block a user