fix: Dockerfile for openui-chat with pnpm workspace support#370
fix: Dockerfile for openui-chat with pnpm workspace support#370zahlekhan merged 4 commits intothesysdev:mainfrom
Conversation
b4eabcf to
53ae5ac
Compare
53ae5ac to
daad1bc
Compare
|
Hi @zahlekhan, I’ve pushed a small update to address the runtime issue. Re-tested from a fresh clone — Docker build and run both work as expected. Would appreciate your review when you get time. |
|
@shogun444 this looks good. Nice work. |
|
Hi @zahlekhan , Thanks for the suggestion! Updated the setup so it can be run from Tested both approaches locally both work as expected. Let me know if you'd like any further tweaks. |
|
Hi @zahlekhan, Thanks for reviewing and merging the PR! The Docker support for openui-chat has now been merged via PR #370. Could you please let me know how to claim the bounty for this issue? Thanks! |
|
As a token of our appreciation for your contribution, we’re happy to award you $10. To receive your payment, please create an account at https://algora.io/ and connect your bank account. Once it is set up, we will proceed with the transfer. If you encounter any issues during the process, feel free to reach out. We are happy to help. |
|
Hello, Thanks a lot! I’ve created my account on Algora and completed the setup. Please let me know if anything else is needed from my side. Thanks again! |
|
Btw are you part of our discord server? If yes, please DM me on Discord.
Let’s build AI products that impress
Zahle Khan
Founding Engineer @ Thesys
…On Tue, Mar 24, 2026, 8:48 PM Sayandip Roy ***@***.***> wrote:
*shogun444* left a comment (thesysdev/openui#370)
<#370 (comment)>
Hello,
Thanks a lot! I’ve created my account on Algora and completed the setup.
Please let me know if anything else is needed from my side.
Thanks again!
—
Reply to this email directly, view it on GitHub
<#370?email_source=notifications&email_token=AGQA3ASDVXVNRHL7SRIGTOL4SKRNTA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMJRHEYTEMRSHEZKM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-4119122292>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGQA3AXBE7R4JZXAXWEVQST4SKRNTAVCNFSM6AAAAACWZ4SK6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DCMJZGEZDEMRZGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Fix Docker build for pnpm monorepo workspace
The previous Docker setup failed in monorepo builds due to pnpm workspace dependency resolution and runtime path mismatches. This update makes the Docker workflow reliable for the
openui-chatexample.Fixes
-f examples/openui-chat/Dockerfileexamples/openui-chat/server.jsexamples/openui-chat/.next/staticValidation
docker build -f examples/openui-chat/Dockerfile -t openui-chat .succeedsOPENAI_API_KEY(runtime is healthy)Usage
docker build -f examples/openui-chat/Dockerfile -t openui-chat .