Skip to content

Instantly share code, notes, and snippets.

@crosbymichael
Created February 16, 2014 22:35
Show Gist options
  • Select an option

  • Save crosbymichael/9041628 to your computer and use it in GitHub Desktop.

Select an option

Save crosbymichael/9041628 to your computer and use it in GitHub Desktop.
# inherit from the parent image
FROM sameersbn/redmine
# add the local file where I have my specific config changes
ADD redmine.conf /etc/apache2/conf.d/redmine.conf
# now you are all done, easy and consistent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment