Skip to content

Conversation

@PragmaTwice
Copy link
Member

@PragmaTwice PragmaTwice commented Oct 8, 2025

It closes #358.

To use it:

docker run -it --entrypoint node <controller-image> /kvctl/webui/server.js

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds the webui to the Docker image build process, making the web interface available in the containerized deployment to close issue #358.

  • Adds a multi-stage build process for the webui using Node.js
  • Copies the built webui standalone output into the final Docker image
  • Changes the base image from Ubuntu to Node.js to support the webui runtime

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@PragmaTwice PragmaTwice merged commit e043a82 into unstable Oct 8, 2025
8 checks passed
@PragmaTwice PragmaTwice deleted the dockerfile-webui branch October 11, 2025 06:29
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.

Pack the Web UI into the docker image

2 participants