Skip to content

Instantly share code, notes, and snippets.

@zivanovicb
Created September 11, 2018 10:25
Show Gist options
  • Save zivanovicb/5911e461e5e2e4aca0c58c74213411e7 to your computer and use it in GitHub Desktop.
Save zivanovicb/5911e461e5e2e4aca0c58c74213411e7 to your computer and use it in GitHub Desktop.
Dockerfile
FROM node:6.9.2
VOLUME ./ /home/video/uploader
WORKDIR /home/video/uploader
RUN yarn install
CMD yarn start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment