Skip to content

Fix CRLF line endings in Dockerfile - #577

Closed
Brrake wants to merge 2 commits into
cedya77:devfrom
Brrake:dev
Closed

Fix CRLF line endings in Dockerfile#577
Brrake wants to merge 2 commits into
cedya77:devfrom
Brrake:dev

Conversation

@Brrake

@Brrake Brrake commented Jul 15, 2026

Copy link
Copy Markdown

Fix CRLF line endings in Dockerfile

Summary

Fix container startup error '[FATAL tini (6)] exec /usr/local/bin/entrypoint.sh failed: No such file or directory' when building and running the local image.

Linked issue

Closes #578

Type of change

  • Bug fix
  • New feature
  • Refactor
  • Tests only
  • Documentation only
  • CI / tooling

Why this approach

I tried to build a local Docker image using the Dockerfile. The build completed successfully, but the container failed to start with [FATAL tini (6)] exec /usr/local/bin/entrypoint.sh failed: No such file or directory, which was caused by incorrect line endings in the entrypoint script.

Testing

  1. Built the Docker image locally.
  2. Ran the container after applying the line ending fix.
  3. Verified that the container starts correctly and no longer fails with [FATAL tini (6)] exec /usr/local/bin/entrypoint.sh failed: No such file or directory.

No additional automated tests were needed, since the change only affects shell script line endings and container startup behavior.

  • I ran existing tests relevant to this change.
  • I added or updated tests where needed.
  • No tests were needed, and I explained why.

Documentation

  • I updated documentation or comments where needed.
  • No documentation updates were needed.

Author checklist

  • This PR is focused on one concern.
  • This PR is reasonably small and reviewable.
  • I read and followed CONTRIBUTING.md.
  • I can explain every code change in this PR.
  • I will respond to review feedback myself.

AI usage disclosure

  • No AI tools were used.
  • AI tools were used for part of this PR, and I personally reviewed and verified all changes.

If AI tools were used, briefly describe how:

@github-actions

github-actions Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

PR Guard

  • All automated intake checks passed.

Maintainers may still close PRs that do not match project direction or review capacity.

@Brrake Brrake changed the title fix: update .gitignore to include cache directory and fix entrypoint.sh Fix CRLF line endings in Dockerfile Jul 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker entrypoint failure

2 participants