feat: add Docker support and update README with usage instructions#21
Open
moabdelazem wants to merge 1 commit into
Open
feat: add Docker support and update README with usage instructions#21moabdelazem wants to merge 1 commit into
moabdelazem wants to merge 1 commit into
Conversation
Author
Owner
|
Great work, @moabdelazem ❤️ But I'm wondering, why would we have a docker here! What do you think? |
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.
This pull request introduces Docker support for the project, enabling users to build and run the application in a containerized environment. It adds a production-ready
Dockerfile, a comprehensive.dockerignoreto optimize image builds, and updates theREADME.mdwith clear instructions and usage examples for Docker. These changes make it easier to use and distribute the application without requiring local installation of dependencies.Docker support and configuration:
Dockerfilethat builds the application using Bun, installs dependencies, builds workspace packages, and creates a minimal production image with a globalhvizentrypoint..dockerignorefile to exclude unnecessary files and directories from Docker builds, improving build performance and reducing image size.Documentation updates:
README.mdto include Docker usage instructions, including build and run commands, port mapping, and volume mounting for different ORMs. [1] [2]README.mdfor running the application via Docker without installation.