Skip to content

Commit

Permalink
add Dockerfile for ncareol/alpine-node-bower; #15
Browse files Browse the repository at this point in the history
  • Loading branch information
erikj committed Oct 6, 2016
1 parent 86f5f4f commit b3efe6a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker/assets/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#
# manage ncharts assets w/ bower
#
# https://hub.docker.com/r/mhart/alpine-node/
#
FROM mhart/alpine-node
MAINTAINER Erik Johnson <[email protected]>

RUN apk add --no-cache curl rsync
RUN npm install -g bower

RUN mkdir /app
WORKDIR /app

0 comments on commit b3efe6a

Please sign in to comment.