I haven't studied yet much about `.dockerignore` file. But what we do know is that Apple M1 Pros are super slow when starting Docker. Issue could be for example lot's of files in `node_modules` folder. Maybe Adding `.dockerignore` file solves this issue.
I haven't studied yet much about
.dockerignorefile. But what we do know is that Apple M1 Pros are super slow when starting Docker.Issue could be for example lot's of files in
node_modulesfolder. Maybe Adding.dockerignorefile solves this issue.