-
Notifications
You must be signed in to change notification settings - Fork 304
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As an EmbeddedChat developer,
I need a Dockerfile to automate the setup process.
So that
Developers can quickly set up and run the project without manual dependency installation.
The development environment remains consistent across contributors.
Acceptance Criteria
Add a Dockerfile using node:16 as the base image.
Automate yarn install and setup.
Expose necessary ports (e.g., 3000 for Storybook).
Ensure it runs yarn storybook or yarn dev.
Update README with usage instructions.
💡 I’d love to take this up and submit a PR! Let me know if this is good to proceed.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request