fix: corrected build argument for docker#341
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesDocker build argument
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The
ACTUAL_DEFAULT_AUTHORINO_IMAGEargument was being passed to the Docker build command, but this did not match the argument expected by the Dockerfile. TheDockerfileexpects theDEFAULT_AUTHORINO_IMAGEbuild argument, so this change aligns the build command with the Dockerfile configuration.Summary by CodeRabbit