mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #723] [MERGED] fixed Docker problem some users experienced #20432
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:skript-fix📝 Commits (1)
beb5031fixed 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:
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.