Created
June 19, 2016 16:00
-
-
Save jvitor03/fb5a26eedff5d06190bcc5a1af95b8d0 to your computer and use it in GitHub Desktop.
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 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