Skip to content

Instantly share code, notes, and snippets.

@abdalla
Created May 5, 2017 22:28
Show Gist options
  • Save abdalla/aa99afa918329297fa39902a9895bfd1 to your computer and use it in GitHub Desktop.
Save abdalla/aa99afa918329297fa39902a9895bfd1 to your computer and use it in GitHub Desktop.
Tutorial - Dockerfile
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