Skip to content

Commit

Permalink
Fix Dockerfile to get round socketio/socket.io#1126
Browse files Browse the repository at this point in the history
  • Loading branch information
masdeft committed Sep 23, 2015
1 parent a0e0d6a commit cd09a00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ RUN mkdir -p /usr/src/app
RUN npm install nodemon -g
WORKDIR /usr/src/app
COPY package.json /usr/src/app/
RUN npm install -g node-gyp
RUN npm install socket.io
RUN npm install
COPY . /usr/src/app
RUN npm install -g gulp
Expand Down

0 comments on commit cd09a00

Please sign in to comment.