Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: copy client/go.mod to builder in Dockerfile #211

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Conversation

MegaRedHand
Copy link
Contributor

Fixes Issue

When building the Dockerfile at the project's root, it fails because a go.mod file is missing.

Changes proposed

Copy the missing go.mod file (client/go.mod) along with the root's go.mod. This requires adding the file to the Dockerfile.dockerignore as an exception.

Copy link
Collaborator

@epociask epociask left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - ty for catching this so quickly 🎉

@epociask epociask merged commit 9e1b746 into main Dec 9, 2024
7 checks passed
@epociask epociask deleted the fix-dockerfile branch December 9, 2024 19:05
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.

2 participants