[GH-ISSUE #80] Dockerfile cleanup and enforce Unix line endings #49

Closed
opened 2026-02-22 18:17:40 -05:00 by yindo · 1 comment
Owner

Originally created by @frasergr on GitHub (Jun 17, 2023).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/80

The docker entrypoint and cmd scripts are a bit redundant. The CMD dual_boot.sh script should just move to the entrypoint script and we remove the CMD altogether.

We should also enforce Unix line endings via .gitattributes as some Windows users have had problems when building the image related to line endings mismatch.

Originally created by @frasergr on GitHub (Jun 17, 2023). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/80 The docker entrypoint and cmd scripts are a bit redundant. The CMD dual_boot.sh script should just move to the entrypoint script and we remove the CMD altogether. We should also enforce Unix line endings via .gitattributes as some Windows users have had problems when building the image related to line endings mismatch.
yindo closed this issue 2026-02-22 18:17:40 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jun 17, 2023):

resolved by #81

@timothycarambat commented on GitHub (Jun 17, 2023): resolved by #81
yindo changed title from Dockerfile cleanup and enforce Unix line endings to [GH-ISSUE #80] Dockerfile cleanup and enforce Unix line endings 2026-06-05 14:33:12 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#49