Skip to content

Instantly share code, notes, and snippets.

@jvitor03
Created June 19, 2016 16:00
Show Gist options
  • Save jvitor03/fb5a26eedff5d06190bcc5a1af95b8d0 to your computer and use it in GitHub Desktop.
Save jvitor03/fb5a26eedff5d06190bcc5a1af95b8d0 to your computer and use it in GitHub Desktop.
FROM alexagency/react-yeoman
MAINTAINER [email protected]
ENV HOME /root
EXPOSE 3000
EXPOSE 3001
USER root
CMD ["/usr/local/bin/npm", "start"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment