Merge pull request #17 from GoodOlClint/feat/local-integration-runner

fix(ci): add .dockerignore to prevent sending 250MB build context
This commit is contained in:
GoodOlClint
2026-03-24 10:55:35 -05:00
committed by GitHub
+3
View File
@@ -0,0 +1,3 @@
# The Dockerfile.test build stages only install packages — no COPY needed.
# Exclude everything to keep the build context minimal.
*