codepod-io / codepod

Codepod IDE: Scalable Interactive Coding
https://codepod.io
MIT License
74 stars 15 forks source link

[chore] add .dockerignore to avoid copying node_modules #474

Closed senwang86 closed 1 year ago

senwang86 commented 1 year ago

Summary

It appears that we can avoid copying the node_modules folder by using .dockerignore, ref.

lihebi commented 1 year ago

If your goal is to improve development stack, this isn’t the place. These dockerfiles are used for production deployment.