Created
September 11, 2018 10:25
-
-
Save zivanovicb/5911e461e5e2e4aca0c58c74213411e7 to your computer and use it in GitHub Desktop.
Dockerfile
This file contains 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.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