-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Feature Request: Add Docker Support
I'd like to add Docker support to enable containerized usage. This would make it easier for users to run without needing to install Bun locally and run on the background.
Usage Examples
# Build and run interactively
docker build -t hviz .
docker run -it -p 3333:3333 -v $(pwd):/app/workspace hviz
# Run with specific schema
docker run -p 3333:3333-v $(pwd):/app/workspace hviz \
--type prisma --schema workspace/prisma/schema.prismaI'd be happy to work on this feature and submit a PR if you can assign this issue to me!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels