mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
A question about generating a Docker image. #1800
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 @1900LIUX on GitHub (Aug 16, 2024).
hello!i am a rookie,and I need to customize the code. can I generate the corresponding Docker image through the Dockerfile in the project? And then execute it with the command “docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always”? Do I need to make any modifications?
I look forward to your answer!
dockerfile.txt