You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/docker/supervisor/asciinema.conf

11 lines
216 B
Plaintext

[supervisord]
nodaemon=true
[program:nginx]
command=/usr/sbin/nginx -g "daemon off;"
redirect_stderr=true
[program:rails]
command=bundle exec unicorn -p 3000 -c config/unicorn.rb
redirect_stderr=true
directory=/app