Skip to content
New issue

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

Simplify process cleanup in web container build #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

crowesn
Copy link
Collaborator

@crowesn crowesn commented Nov 13, 2020

Docker entry-point script clears out rails process during. Encountered error when ps aux | grep rails pipes nil to xargs kill command. Prefer pkill rails to avoid non-zero exit code in even there is not an active rails process to kill.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants