Skip to content

fix(docker): update COPY and build path for cmd/arangoadmin layout#32

Merged
cybersiddhu merged 1 commit into
developfrom
fix/dockerfile-cmd-path
Mar 18, 2026
Merged

fix(docker): update COPY and build path for cmd/arangoadmin layout#32
cybersiddhu merged 1 commit into
developfrom
fix/dockerfile-cmd-path

Conversation

@cybersiddhu
Copy link
Copy Markdown
Member

Summary

  • Replace COPY *.go ./ with COPY . . to include cmd/ and internal/ directories
  • Add ./cmd/arangoadmin/ package path to go build now that the entrypoint moved out of the root

Test plan

  • docker buildx build succeeds for linux/amd64
  • docker buildx build succeeds for linux/arm64

🤖 Generated with Claude Code

@cybersiddhu cybersiddhu merged commit fec50dd into develop Mar 18, 2026
3 of 4 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.

1 participant