Skip to content

Commit

Permalink
Add docker support
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuzak committed Oct 28, 2015
1 parent 75c5942 commit 37c3049
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from node:4

RUN npm install -g npm
RUN npm install -g typescript@1.6.2 bower gulp node-gyp
RUN apt-get update && apt-get install libkrb5-dev

RUN mkdir /app
WORKDIR /app
COPY ./ /app/
RUN ./updateAll.sh

0 comments on commit 37c3049

Please sign in to comment.