Commit 531d90bb authored by Administrator's avatar Administrator

Update Dockerfile

parent 93f518b1
Pipeline #614 passed with stages
in 1 minute and 1 second
FROM node:8
FROM node:8 as build
RUN apt-get update && apt-get install -y --no-install-recommends git && mkdir -p /usr/src/app/ && rm -rf /var/lib/apt/lists/*
RUN npm install -g @angular/cli
RUN npm install -g npm@latest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment