We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currently the email job is running in tmux in the ubuntu box (that is dokku av), but suffers in that it will die when the ubuntu box is rebooted
Could we have an entrypoint from docker just hit bundle exec rake jobs:work (or just a Procfile?)
bundle exec rake jobs:work
https://binarapps.com/blog/pair-programming-with-docker-ssh-and-tmux/
$ ssh av-ssh $ tmux attach $ Ctrl-b d
$ ssh av-ssh $ tmux attach $ bundle exec rake jobs:work
The text was updated successfully, but these errors were encountered:
No branches or pull requests
currently the email job is running in tmux in the ubuntu box (that is dokku av), but suffers in that it will die when the ubuntu box is rebooted
Could we have an entrypoint from docker just hit
bundle exec rake jobs:work
(or just a Procfile?)related info
https://binarapps.com/blog/pair-programming-with-docker-ssh-and-tmux/
attach to existing tmux
$ ssh av-ssh
$ tmux attach
$ Ctrl-b d
create a tmux
$ ssh av-ssh
$ tmux attach
$ bundle exec rake jobs:work
The text was updated successfully, but these errors were encountered: