Add .dockerignore for harness to exclude node_modules from COPY
Some checks failed
CI / lint-and-test (push) Successful in 34s
CI / build (push) Failing after 1m12s

This commit is contained in:
Julia McGhee
2026-03-21 17:43:10 +00:00
parent 1e3d4bceaa
commit 5e86e56bed

View File

@@ -0,0 +1,3 @@
node_modules
.next
.env*