Skip to content

Commit

Permalink
update server_example/Dockerfile to use master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hthetiot committed Nov 25, 2018
1 parent 5e7d9f1 commit 34e422b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server_example/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ADD package*.json $APPDIR/
RUN npm install

# Install dependencies in production mode (no dev dependencies).
ARG EASYRTC_BRANCH=feature/docker-easyrtc-server
ARG EASYRTC_BRANCH=master
RUN npm install priologic/easyrtc#$EASYRTC_BRANCH
RUN npm install --production

Expand Down

0 comments on commit 34e422b

Please sign in to comment.