Skip to content

Instantly share code, notes, and snippets.

@rexey3s
Created May 23, 2016 03:52
Show Gist options
  • Save rexey3s/fd7269f0192ed55ab8fe3506bb2561fd to your computer and use it in GitHub Desktop.
Save rexey3s/fd7269f0192ed55ab8fe3506bb2561fd to your computer and use it in GitHub Desktop.
Dockerfile of audio live stream to node
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