mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
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.
5 lines
50 B
Plaintext
5 lines
50 B
Plaintext
.k8s_ci.Dockerfile
|
|
.venv
|
|
database
|
|
**/node_modules
|