Created
May 5, 2017 22:28
-
-
Save abdalla/aa99afa918329297fa39902a9895bfd1 to your computer and use it in GitHub Desktop.
Tutorial - 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 fedora | |
RUN yum update -y | |
RUN yum install -y nodejs | |
RUN mkdir -p /src && cd /src | |
WORKDIR /src |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment