fix(docker): resolve runtime dependency and container startup issues#450
Merged
Nitya-003 merged 5 commits intoJun 20, 2026
Merged
Conversation
|
@MeghPatel-007 is attempting to deploy a commit to the Nitya Gosain's projects Team on Vercel. A member of the Team first needs to authorize it. |
…ages and fix peer flags
Contributor
Author
|
Implemented the runtime dependency and build stabilization changes in this branch. Summary of what was addressed:
Verification performed:
This PR is intended to unblock runtime execution and CI/build stability. Please review for scope alignment and let me know if you'd prefer splitting infrastructure and application fixes into separate PRs. |
Nitya-003
approved these changes
Jun 20, 2026
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.
📌 Overview
Fix Docker runtime dependency and container startup issues across the local development environment.
This PR resolves multiple runtime-level blockers discovered after frontend image build succeeded, including Node.js version incompatibilities, missing runtime dependencies, and container startup failures affecting Frontend, Backend, and Hardhat services.
Changes include updating runtime environments and improving dependency initialization to allow containers to boot successfully.
🛠️ Type of Change
🔗 Related Issue
Closes #442
🧪 Testing & Verification
Verification steps:
.envConfirm:
📸 Screenshots / Demos
Attach:
✅ PR Checklist
💬 Additional Notes
This PR focuses only on Docker runtime dependency resolution and container startup compatibility.
Application-level issues (blockchain initialization, environment configuration, or runtime business logic errors) remain outside the scope of this PR.