Files
galaxy/.dockerignore
T
Dannon Baker 72d245a875 Exclude node_modules at all depths in Docker builds
The pattern `node_modules` only matches at the root level in
.dockerignore (unlike .gitignore). Use `**/node_modules` to
exclude client/node_modules and avoid copying 22GB to the
build context.
2026-02-02 18:03:02 +01:00

5 lines
50 B
Plaintext

.k8s_ci.Dockerfile
.venv
database
**/node_modules