Created
May 23, 2016 03:52
-
-
Save rexey3s/fd7269f0192ed55ab8fe3506bb2561fd to your computer and use it in GitHub Desktop.
Dockerfile of audio live stream to node
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM node:6.2.0-wheezy | |
RUN git clone https://github.com/gabrielpoca/browser-pcm-stream.git | |
WORKDIR /browser-pcm-stream | |
RUN npm install | |
CMD ["node", "app.js"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment