GFI (Good First Issue)
The following describes this issue
- The Dockerfile also uses
/docs, .git, node_modules in its build context, which is unnecessary and lethargic
- There should be a
.dockerignore which excludes these extra directories
- The
.dockerignore could also explain what the excluded part represents (like the .gitignore)
GFI (Good First Issue)
The following describes this issue
/docs, .git, node_modulesin its build context, which is unnecessary and lethargic.dockerignorewhich excludes these extra directories.dockerignorecould also explain what the excluded part represents (like the.gitignore)