Conversation
Clones the repo at image-build time using node:26, builds the workspace dependencies (@finos/calm-models, @calmstudio/calm-core, @calmstudio/extensions) that Vite needs at runtime, then starts the Vite dev server on port 5173 with --host. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
One or more co-authors of this pull request were not found. You must specify co-authors in commit message trailer via: Supported
Alternatively, if the co-author should not be included, remove the Please update your commit message(s) by doing |
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds
Dockerfile.calm-studio— a self-contained image that installs all prerequisites, clones the repo, and starts the CALM Studio Vite dev server on port 5173.This removes the need to install Node 26, clone the repo manually, or manage workspace build order to try CALM Studio locally.
The image builds the workspace dependencies that Vite requires at runtime (
@finos/calm-models→@calmstudio/calm-core→@calmstudio/extensions) before starting the dev server, since theirpackage.jsonexports point to compileddist/output.Type of Change
Affected Components
cli/)calm/)calm-ai/)calm-hub/)calm-hub-ui/)calm-server/)calm-widgets/)docs/)shared/)calm-plugins/vscode/)Commit Message Format ✅
feat(calm-studio): add standalone Dockerfile for dev serverTesting
Built and ran the image; Vite started cleanly on port 5173 with no errors, serving the SvelteKit app shell.
Checklist