aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/docker/node/Dockerfile
blob: a985509a789b812695ca1c9bf0956eb2cfc0c628 (plain) (blame)
1
2
3
4
FROM node:alpine

RUN apk --update add --no-cache git
RUN echo '{ "allow_root": true }' > /root/.bowerrc