Skip to content

Instantly share code, notes, and snippets.

@luisnaranjo733
Created March 29, 2017 01:06
Show Gist options
  • Save luisnaranjo733/ba797c17f0fd41cc27f89b1ac031cb58 to your computer and use it in GitHub Desktop.
Save luisnaranjo733/ba797c17f0fd41cc27f89b1ac031cb58 to your computer and use it in GitHub Desktop.
hotloader
FROM node:6.10.1
RUN mkdir /src;
WORKDIR /src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment