Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. RUN apt-get install -y supervisor
  2. .
  3. .
  4. .
  5. .
  6. COPY ./supervisor/supervisord.conf /etc/supervisor/supervisord.conf
  7. COPY ./supervisor/sshd.conf /etc/supervisor/conf.d/sshd.conf
  8. COPY ./supervisor/nginx.conf /etc/supervisor/conf.d/nginx.conf
  9. COPY ./supervisor/php-fpm.conf /etc/supervisor/conf.d/php-fpm.conf
  10. .
  11. .
  12. .
  13. .
  14. CMD supervisord -n -c /etc/supervisor/supervisord.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement