Skip to content

Commit

Permalink
add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
m-baumgartner committed Oct 19, 2015
1 parent 43eccc1 commit bdd99bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Pull base image
FROM node:0.12.7

# Install Aglio
RUN npm install -g aglio@latest


ENTRYPOINT ["aglio"]

0 comments on commit bdd99bc

Please sign in to comment.