Created
March 5, 2015 12:12
-
-
Save amacgregor/867b858fafe6b9ab1358 to your computer and use it in GitHub Desktop.
Example usage of amacgregor/base docker image
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
| FROM amacgregor/base | |
| MAINTAINER Allan MacGregor <amacgregor@demacmedia.com> | |
| RUN mkdir -p /srv/www/ | |
| COPY config/vhosts/ /etc/apache2/sites-available | |
| RUN a2ensite localhost.com.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment