Commit 46a30983 authored by Administrator's avatar Administrator

Update Dockerfile

parent da0c1086
Pipeline #612 failed with stages
in 1 minute and 15 seconds
FROM node:latest as build
FROM node:6
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