Skip to content

feat: add Dockerfile and Docker instructions for examples/openui-chat#305

Closed
shogun444 wants to merge 16 commits intothesysdev:mainfrom
shogun444:main
Closed

feat: add Dockerfile and Docker instructions for examples/openui-chat#305
shogun444 wants to merge 16 commits intothesysdev:mainfrom
shogun444:main

Conversation

@shogun444
Copy link
Copy Markdown
Contributor

Adds Docker support for the examples/openui-chat example.

This allows the example app to be built and run using Docker without
manually installing dependencies.

Usage:

docker build -t openui-chat .
docker run -p 3000:3000 -e OPENAI_API_KEY=sk-... openui-chat

Also documents Docker usage and supported environment variables
in examples/openui-chat/README.md.

Closes #303

@shogun444 shogun444 mentioned this pull request Mar 11, 2026
@zahlekhan
Copy link
Copy Markdown
Contributor

Thanks for the quick PR. We'll review it.

@zahlekhan
Copy link
Copy Markdown
Contributor

Hi, this does not work due pnpm workspace. Can you look into it

@shogun444
Copy link
Copy Markdown
Contributor Author

shogun444 commented Mar 21, 2026

Hi @zahlekhan, thanks for the review and for assigning this issue.

This PR is superseded by a clean fix that correctly handles pnpm workspace and includes README updates:
#370

Closing this one in favor of the updated implementation.

@zahlekhan
Copy link
Copy Markdown
Contributor

This issue has been resolved by the assigned contributor. Feel free to check out other open issues.

@zahlekhan zahlekhan closed this Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker image for chat

2 participants