mirror of
https://github.com/run-llama/auto_rfp.git
synced 2026-08-27 02:01:17 -04:00
[PR #38] [MERGED] Adding support to build and run auto_rfp in a docker container #40
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/run-llama/auto_rfp/pull/38
Author: @roland-at-ailtir
Created: 12/10/2025
Status: ✅ Merged
Merged: 12/26/2025
Merged by: @boyang-zhang1
Base:
main← Head:roland/feature/docker-support📝 Commits (10+)
04c28feconsolidate duplicate Next.js config files into TypeScript version6685050Fix merge conflicts8a4eef4Add Dockerfile07374e5Add the docker scripts to package.jsonfde97d3Add docker doc to the README54966a3Update the README with the env file changes/requirementsca376b0Update README with build- vs. run-time configuration requirementscd0bb85Ignore a/the .devcontainer (if there is one)ba7b304Adding more docker scripts410a1fcAdding a health endpoint to check the health of the container📊 Changes
8 files changed (+127 additions, -31 deletions)
View changed files
➕
.dockerignore(+1 -0)➕
Dockerfile(+52 -0)📝
README.md(+28 -9)➕
app/api/health/route.ts(+22 -0)📝
lib/utils/supabase/middleware.ts(+2 -1)➖
next.config.js(+0 -17)📝
next.config.ts(+14 -1)📝
package.json(+8 -3)📄 Description
This is useful to deploy auto_rfp on container management platforms (e.g. AWS ECS, kubernetes, ...).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.