mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 01:54:38 -05:00
We need development enviroment inside containers. #790
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?
Originally created by @bleriot14 on GitHub (May 2, 2024).
Is your feature request related to a problem? Please describe:
Hello everyone. My team and I want to be involved in the development of this project. We aim to provide a common environment among developers.
Describe the solution you'd like:
For this reason, we want to develop within a containers. Naturally, since we need to run two different services, npm run dev and uvicorn reload, we want to distribute the frontend and backend into two separate containers.
Has anyone succeeded in this regard?
Thank you.