Skip to content

Instantly share code, notes, and snippets.

@ArgonQQ
Created July 7, 2016 08:43
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 ArgonQQ/d2f761184e1335ea214820743b56faa3 to your computer and use it in GitHub Desktop.
Save ArgonQQ/d2f761184e1335ea214820743b56faa3 to your computer and use it in GitHub Desktop.
### SUPERVISORD ###
RUN \
apt-get update && \
apt install -y \
supervisor &&\
mkdir -p /var/log/supervisor && \
mkdir -p /etc/supervisor/conf.d
ADD supervisor.conf /etc/supervisor.conf
### SUPERVISORD ###
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment