summaryrefslogtreecommitdiffstats
path: root/Dockerfile
blob: 90a36d5ad526ef373ce9da12db5de2cdca2be76e (plain)
1
2
3
4
5
6
FROM node:4
RUN npm install -g grunt-cli
ADD . /code
WORKDIR /code
RUN npm install
CMD grunt