Build the Onepanel Core Helper Docker image
masterThe Onepanel Core Helper provides a Docker image used to assist with code generation for the onepanel-core project. Specifically, this image is used to generate gRPC-related files and create database migrations.
To build the image locally, run the following command from the root of the helper directory:
docker build -t onepanel/helper:v1.0.0 .