Ryan Malloy ee82f3b100
Some checks are pending
Build Ghidra Plugin / build (push) Waiting to run
perf: Optimize Dockerfile for faster rebuilds on code changes
Separate Maven dependency resolution from compilation:
- COPY pom.xml first, run dependency:resolve (cached layer)
- COPY src second (only this invalidates on code changes)
- Build step reuses cached dependencies

Result: Code changes rebuild in ~30s instead of 3-5 min
(Ghidra download and Maven deps stay cached)
2026-01-26 04:34:26 -07:00
..