Skip to content

Commit

Permalink
added docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonniespratley committed Feb 19, 2015
1 parent bf067d1 commit 8e4d7db
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ RUN apt-get update && apt-get install -y \

RUN ln -s /usr/bin/nodejs /usr/local/bin/node

RUN cd /angular-cms \
npm install
RUN npm install -g grunt-cli bower

RUN cd /angular-cms \
npm install \
bower install \
grunt -v

EXPOSE 1339
CMD ["npm", "start"]

0 comments on commit 8e4d7db

Please sign in to comment.