[PR #900] [MERGED] fix entrypoint script line endings #22754

Closed
opened 2026-02-21 20:19:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/900
Author: @JunIce
Created: 8/17/2023
Status: Merged
Merged: 8/17/2023
Merged by: @crazywoola

Base: mainHead: fix-web


📝 Commits (2)

  • fde0a92 chore(web): keep Env alternative syntax
  • d0c2c68 fix(web): fix entrypoint script line endings

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 web/Dockerfile (+1 -1)
📝 web/docker/entrypoint.sh (+1 -1)

📄 Description

Entrypoint script would cause container running error due to Windows and Unix have different line endings. ("\r\n" & "\n")


🔄 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/langgenius/dify/pull/900 **Author:** [@JunIce](https://github.com/JunIce) **Created:** 8/17/2023 **Status:** ✅ Merged **Merged:** 8/17/2023 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `fix-web` --- ### 📝 Commits (2) - [`fde0a92`](https://github.com/langgenius/dify/commit/fde0a92ab07c5ffd93a4f47c6b42273a37316477) chore(web): keep Env alternative syntax - [`d0c2c68`](https://github.com/langgenius/dify/commit/d0c2c6801a6990bf9486746f1ce98d016ab3458f) fix(web): fix entrypoint script line endings ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `web/Dockerfile` (+1 -1) 📝 `web/docker/entrypoint.sh` (+1 -1) </details> ### 📄 Description Entrypoint script would cause container running error due to Windows and Unix have different line endings. ("\r\n" & "\n") --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:19:41 -05:00
yindo closed this issue 2026-02-21 20:19:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22754