Skip to content

Instantly share code, notes, and snippets.

@nikhilofthesouth
Created March 18, 2016 18:21
Show Gist options
  • Save nikhilofthesouth/429b39adb81176ecbe5e to your computer and use it in GitHub Desktop.
Save nikhilofthesouth/429b39adb81176ecbe5e to your computer and use it in GitHub Desktop.
FROM ubuntu
RUN mkdir /test
ADD . /test
WORKDIR /test
CMD ["/bin/bash"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment