[PR #723] [MERGED] fixed Docker problem some users experienced #36062

Closed
opened 2026-04-25 10:06:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/723
Author: @jannikstdl
Created: 2/13/2024
Status: Merged
Merged: 2/14/2024
Merged by: @tjbck

Base: mainHead: skript-fix


📝 Commits (1)

  • beb5031 fixed Docker problem some users experienced

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

.gitattributes (+1 -0)

📄 Description

Some users, including me had this problem when running the Dockerfile since it runs start.sh after the latest changes made to the .sh files:

image

This is a problem with the encoding CRLF, I made a .gitattrobutes file to make shure the file stays in LF.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/723 **Author:** [@jannikstdl](https://github.com/jannikstdl) **Created:** 2/13/2024 **Status:** ✅ Merged **Merged:** 2/14/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `skript-fix` --- ### 📝 Commits (1) - [`beb5031`](https://github.com/open-webui/open-webui/commit/beb5031f7b419dbee44b28812f8da42c2f91c770) fixed Docker problem some users experienced ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.gitattributes` (+1 -0) </details> ### 📄 Description Some users, including me had this problem when running the Dockerfile since it runs start.sh after the latest changes made to the .sh files: ![image](https://github.com/ollama-webui/ollama-webui/assets/69747628/047f4ff0-e8e3-4a94-8de8-14689ef90174) This is a problem with the encoding CRLF, I made a .gitattrobutes file to make shure the file stays in LF. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-25 10:06:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#36062