Skip to content

Dockerfile: copy sdk instead of client#117

Merged
charlie-haley merged 1 commit into
mainfrom
b/fix-wrong-client-dir
Jun 21, 2026
Merged

Dockerfile: copy sdk instead of client#117
charlie-haley merged 1 commit into
mainfrom
b/fix-wrong-client-dir

Conversation

@bschaatsbergen

@bschaatsbergen bschaatsbergen commented Jun 21, 2026

Copy link
Copy Markdown
Member

The client dir was recently removed, in favor of sdk.

Comment thread Dockerfile
WORKDIR /app
COPY go.mod go.sum ./
COPY client/ client/
COPY sdk/ sdk/

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@bschaatsbergen do we even require this to be copied over? Are any types accessed?

@charlie-haley charlie-haley merged commit f3df460 into main Jun 21, 2026
12 checks passed
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