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

Add entrypoint Go binary #11

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ykulazhenkov
Copy link

This commit introduces the application's skeleton, defining main interfaces and high-level orchestration logic.

+ Add support for Golang binary to the Dockerfiles

This commit introduces the application's skeleton, defining main interfaces and high-level orchestration logic.
This update ensures that the binary is always compiled during the build stage and incorporated into the image. By default, the existing bash-based entrypoint is used.
To activate the new Go-based entrypoint, set `USE_NEW_ENTRYPOINT=true`.
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.

1 participant