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
Only install production dependencies in Dockerfile
Running npm install on a local folder will by default also install the
devDependencies specified in package.json, and this is not suitable when
we are building a Dockerfile for use in production.
0 commit comments