Skip to content

fix(docker): Ensure /install directory is created in builder stage#12

Merged
gowthamrao merged 1 commit into
developfrom
fix-docker-build
Oct 25, 2025
Merged

fix(docker): Ensure /install directory is created in builder stage#12
gowthamrao merged 1 commit into
developfrom
fix-docker-build

Conversation

@gowthamrao
Copy link
Copy Markdown
Contributor

The Docker build was failing in the GitHub Actions workflow because the /install directory was not being created in the builder stage when there were no production dependencies. This change ensures the directory is always created, preventing the COPY command from failing.

The Docker build was failing in the GitHub Actions workflow because the /install directory was not being created in the builder stage when there were no production dependencies. This change ensures the directory is always created, preventing the COPY command from failing.
@gowthamrao gowthamrao merged commit c6182db into develop Oct 25, 2025
11 checks passed
@gowthamrao gowthamrao deleted the fix-docker-build branch October 25, 2025 22:04
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant