Skip to content

Instantly share code, notes, and snippets.

@flux7-user
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flux7-user/53ac78d94c41a5f54d06 to your computer and use it in GitHub Desktop.
Save flux7-user/53ac78d94c41a5f54d06 to your computer and use it in GitHub Desktop.
# 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