parent
be6604cbbd
commit
9ef2780512
2 changed files with 10 additions and 2 deletions
@ -0,0 +1,7 @@ |
|||||||
|
FROM mhart/alpine-node:6.2.0 |
||||||
|
RUN apk --update add git nodejs \ |
||||||
|
&& rm -rf /var/cache/apk/* \ |
||||||
|
&& npm install -g bower && \ |
||||||
|
echo '{ "allow_root": true }' > /root/.bowerrc |
||||||
|
WORKDIR /opt/app |
||||||
|
CMD ['bower', 'install'] |
||||||
Loading…
Reference in new issue