Last active
August 29, 2015 14:02
-
-
Save flux7-user/53ac78d94c41a5f54d06 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
# VERSION 0.0.1 | |
FROM flux7/wp-site # This is the location of our docker container. | |
RUN apt-get install supervisor | |
RUN mkdir -p /var/log/supervisor | |
ADD supervisord.conf /etc/supervisor/conf.d/supervisord.conf | |
EXPOSE 80 | |
CMD supervisord -c /etc/supervisor/conf.d/supervisord.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment