You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jatinkatyal13 according to this we need to make a .dockerignore file to exclude node_modules I guess that should resolve this issue. Should I make this file and send a PR?
@jatinkatyal13 have a look at PR #21 It might resolve this issue. And we can add .dockerignore as part of good practices of maintaining a Docker project.
Currently while building the docker image, every time we make a change to the source code it reinstalls all the node dependencies again.
You might find this article helpful while working on it.
The text was updated successfully, but these errors were encountered: