run.sh 201 B

12345678
  1. #!/bin/sh
  2. php-fpm -D && \
  3. supervisord -c /etc/supervisord.conf && \
  4. crond && \
  5. chgrp -R nginx /var/www/application/storage && \
  6. chown -R nginx /var/www/application/storage && \
  7. nginx -g 'daemon off;'