You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your modified clone of the UI repo, build the Docker image, e.g.: docker build -t customui:latest .
Then you clone the github.com/datarhei/restreamer repo and build the bundle with you modified UI: docker build --build-arg RESTREAMER_UI_IMAGE=customui:latest -t mybundle:latest .
The you can run your own bundle with docker run ... mybundle:latest
hello sir, i need help.
i want to create a core api and restreamer ui bundle.
how can i use the modified ui to be like a restreamer bundle that can be run at once?
The text was updated successfully, but these errors were encountered: