Skip to content

Instantly share code, notes, and snippets.

@thedeeno
Created February 18, 2014 01:38
Show Gist options
  • Save thedeeno/9062943 to your computer and use it in GitHub Desktop.
Save thedeeno/9062943 to your computer and use it in GitHub Desktop.
# directory
./apps
./apps/foo
./apps/bar
./libs
./foo.docker
./bar.docker
# ./foo.docker
FROM ubuntu
ADD apps/libs
# ./bar.docker
FROM ubuntu
ADD apps/libs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment