node:6.6 with angular-cli installed
571
FROM node:6.6
RUN useradd --user-group --create-home --shell /bin/false app
ENV HOME=/home/app WORKDIR $HOME
RUN npm install -g [email protected] && npm cache clean
EXPOSE 4200
Content type
Image
Digest
Size
317.4 MB
Last updated
almost 9 years ago
docker pull tzatziki/angular-cli:7