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
I'm using a multi stage dockerfile to build and deploy my next app, I want to minimize artifacts inside my built docker image.
The scenario is like this:
in build stage i install dependecies and build my app using next build
then in runner stage I install dependecies and then copy next artifacts , next config and public folder from build stage.
Is my approach correct. is there anything missing or redundant?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using a multi stage dockerfile to build and deploy my next app, I want to minimize artifacts inside my built docker image.
The scenario is like this:
in build stage i install dependecies and build my app using
next build
then in runner stage I install dependecies and then copy next artifacts , next config and public folder from build stage.
Is my approach correct. is there anything missing or redundant?
p.s dockerfile is sth like this:
Beta Was this translation helpful? Give feedback.
All reactions