Commit 93f518b1 authored by Administrator's avatar Administrator

Update Dockerfile

parent 46a30983
Pipeline #613 failed with stages
in 3 minutes and 16 seconds
FROM node:6
FROM node:8
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