Created
February 16, 2014 22:35
-
-
Save crosbymichael/9041628 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # 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