[PR #178] [MERGED] feat(docker): Docker build with multi-stage #186

Closed
opened 2026-02-16 10:16:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/webapp-conversation/pull/178
Author: @zhiheng-yu
Created: 9/4/2025
Status: Merged
Merged: 9/15/2025
Merged by: @crazywoola

Base: mainHead: feat/staged-docker-build


📝 Commits (1)

  • dc16594 feat(docker): Docker build with multi-stage

📊 Changes

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

View changed files

📝 Dockerfile (+11 -6)
📝 next.config.js (+1 -0)

📄 Description

This will significantly reduce the size of the final image used for deployment.


🔄 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/webapp-conversation/pull/178 **Author:** [@zhiheng-yu](https://github.com/zhiheng-yu) **Created:** 9/4/2025 **Status:** ✅ Merged **Merged:** 9/15/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feat/staged-docker-build` --- ### 📝 Commits (1) - [`dc16594`](https://github.com/langgenius/webapp-conversation/commit/dc1659463e630857fa8ae27465dba3b2502ddbf0) feat(docker): Docker build with multi-stage ### 📊 Changes **2 files changed** (+12 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+11 -6) 📝 `next.config.js` (+1 -0) </details> ### 📄 Description This will significantly reduce the size of the final image used for deployment. --- <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-16 10:16:22 -05:00
yindo closed this issue 2026-02-16 10:16:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-conversation#186