We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
.dockerignore
Issue could be for example lot's of files in node_modules folder. Maybe Adding .dockerignore file solves this issue.
node_modules
The text was updated successfully, but these errors were encountered:
Yes, node_modules can get quite bulky. We'll investigate the possibilities .dockerignore can offer.
Thanks for opening this issue!
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: