Skip to content

Fix directory Dockerfile - #744

Open
adamdickmeiss wants to merge 7 commits into
mainfrom
fix-directory-dockerfile
Open

Fix directory Dockerfile#744
adamdickmeiss wants to merge 7 commits into
mainfrom
fix-directory-dockerfile

Conversation

@adamdickmeiss

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI balanced review requested due to automatic review settings September 1, 2026 12:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Fixes the Directory container build and adds pre-push validation.

Changes:

  • Includes the local testutil module through a Go workspace.
  • Adds the Directory Docker build to the pre-push hook.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
pre-push Builds the Directory image before pushing.
directory/Dockerfile Makes local module dependencies available during generation and compilation.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

jakub-id
jakub-id previously approved these changes Sep 1, 2026
@adamdickmeiss adamdickmeiss changed the title Fix directory dockerfile Fix directory Dockerfile Sep 1, 2026
Comment thread directory/Dockerfile
WORKDIR /app/directory
RUN go work init \
./directory \
./testutil

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

why do we need testutil in the container?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

We moved the pg container util there.

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants