[PR #83] [MERGED] Add dockerfile for prod deploy #105

Closed
opened 2026-02-16 05:15:24 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-extract/pull/83
Author: @eyurtsev
Created: 3/21/2024
Status: Merged
Merged: 3/21/2024
Merged by: @eyurtsev

Base: mainHead: eugene/prod_deploy


📝 Commits (3)

📊 Changes

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

View changed files

Dockerfile (+44 -0)
backend/scripts/prod_entry_point.sh (+10 -0)

📄 Description

For now, we might combine later with the dockerfile inside of backend

  • A bit of code duplication
  • Change entry point to prod
  • Expose on port 8080

🔄 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/langchain-ai/langchain-extract/pull/83 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 3/21/2024 **Status:** ✅ Merged **Merged:** 3/21/2024 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/prod_deploy` --- ### 📝 Commits (3) - [`6071dd4`](https://github.com/langchain-ai/langchain-extract/commit/6071dd4340bfc1225cd43005cbc9d0fca1795585) x - [`d4b00f2`](https://github.com/langchain-ai/langchain-extract/commit/d4b00f280d800c5d929449cf0f8ebb2f2d6fa969) x - [`7071765`](https://github.com/langchain-ai/langchain-extract/commit/707176575e42448985f239a4cd545aa267197be2) Merge branch 'main' into eugene/prod_deploy ### 📊 Changes **2 files changed** (+54 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Dockerfile` (+44 -0) ➕ `backend/scripts/prod_entry_point.sh` (+10 -0) </details> ### 📄 Description For now, we might combine later with the dockerfile inside of backend * A bit of code duplication * Change entry point to prod * Expose on port 8080 --- <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 05:15:24 -05:00
yindo closed this issue 2026-02-16 05:15:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-extract#105