[PR #851] [MERGED] build: improve dockerfile #22730

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/851
Author: @MatriQ
Created: 8/15/2023
Status: Merged
Merged: 8/16/2023
Merged by: @takatost

Base: mainHead: build/improve-dockerfile


📝 Commits (2)

📊 Changes

6 files changed (+5828 additions, -19 deletions)

View changed files

📝 sdks/nodejs-client/.gitignore (+0 -1)
📝 web/.gitignore (+0 -1)
📝 web/Dockerfile (+31 -15)
📝 web/docker/entrypoint.sh (+1 -2)
📝 web/next.config.js (+1 -0)
web/yarn.lock (+5795 -0)

📄 Description

  • Multiple stages
  • Reduce final image size(Currently, 235M)

🔄 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/851 **Author:** [@MatriQ](https://github.com/MatriQ) **Created:** 8/15/2023 **Status:** ✅ Merged **Merged:** 8/16/2023 **Merged by:** [@takatost](https://github.com/takatost) **Base:** `main` ← **Head:** `build/improve-dockerfile` --- ### 📝 Commits (2) - [`19f6665`](https://github.com/langgenius/dify/commit/19f66656084f9a63079f8ecbb8830350404e9947) build: improve dockerfile - [`88d0de6`](https://github.com/langgenius/dify/commit/88d0de63a2c23d02141702b9b46aa0bad4b14116) fix: unignore yarn.lock ### 📊 Changes **6 files changed** (+5828 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `sdks/nodejs-client/.gitignore` (+0 -1) 📝 `web/.gitignore` (+0 -1) 📝 `web/Dockerfile` (+31 -15) 📝 `web/docker/entrypoint.sh` (+1 -2) 📝 `web/next.config.js` (+1 -0) ➕ `web/yarn.lock` (+5795 -0) </details> ### 📄 Description * Multiple stages * Reduce final image size(Currently, 235M) --- <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:37 -05:00
yindo closed this issue 2026-02-21 20:19:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22730