feat: add Dockerfile for openui-chat example#363
Closed
zlplzp123wyt wants to merge 1 commit intothesysdev:mainfrom
Closed
feat: add Dockerfile for openui-chat example#363zlplzp123wyt wants to merge 1 commit intothesysdev:mainfrom
zlplzp123wyt wants to merge 1 commit intothesysdev:mainfrom
Conversation
Add a production-ready Dockerfile for the openui-chat example app so users can build and run it with a single command: docker build -t openui-chat . docker run -p 3000:3000 -e OPENAI_API_KEY=sk-... openui-chat Changes: - Add Dockerfile with multi-stage build (builder + runner) - Enable Next.js standalone output in next.config.ts - Add .dockerignore at repo root - Support configuration via OPENAI_API_KEY env var Fixes thesysdev#303 Signed-off-by: zlplzp123wyt <3955904069@qq.com>
Contributor
|
Thanks for your contribution. Your PR review is on hold since we have already assigned the issue to another contributor. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #303
Summary
Add a production-ready Dockerfile for the openui-chat example so users can build and run it with a single command:
docker build -t openui-chat . docker run -p 3000:3000 -e OPENAI_API_KEY=sk-... openui-chatChanges
output: "standalone"for efficient Docker buildsArchitecture
The Dockerfile uses a two-stage approach:
@openuidev/cli,@openuidev/react-ui,@openuidev/react-headless,@openuidev/react-lang), generates the system prompt, and builds the Next.js app in standalone modeEnvironment Variables
OPENAI_API_KEYPORTHOSTNAME