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

Don't replace the entrypoint - add to the current one (current method breaks nginx:alpine's startup scripts) #1

Closed
Makeshift opened this issue Sep 12, 2022 · 1 comment
Assignees

Comments

@Makeshift
Copy link
Owner

Makeshift commented Sep 12, 2022

The official nginx:alpine docker entrypoint does something different to mine that gives worker process information etc. It might just be a verbosity flag, but having different output/behaviour between the two images is a bit annoying.

Rather than replace the entrypoint, I should add my script into /docker-entrypoint.d/ so it works with everything else on the official image.

@Makeshift
Copy link
Owner Author

Fixed.

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

No branches or pull requests

1 participant