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

Docker: Consistently use 'exec' in entry point #247

Closed
bschmalhofer opened this issue Jul 24, 2020 · 1 comment
Closed

Docker: Consistently use 'exec' in entry point #247

bschmalhofer opened this issue Jul 24, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@bschmalhofer
Copy link
Contributor

It's a good idea to use exec in entrypoint.sh. See https://stackoverflow.com/questions/32255814/what-purpose-does-using-exec-in-docker-entrypoint-scripts-serve.

The main point is that some signals are not passed thru to subprocesses.

@bschmalhofer bschmalhofer added the enhancement New feature or request label Jul 24, 2020
@bschmalhofer bschmalhofer added this to the OTOBO 10.0.2 milestone Jul 24, 2020
@bschmalhofer bschmalhofer self-assigned this Jul 24, 2020
@bschmalhofer
Copy link
Contributor Author

Done in the changes for #203. Closing.

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

No branches or pull requests

1 participant