Replies: 2 comments 2 replies
-
It starts a Next.js Production Server. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes, it lookup for .next directory which is an optimized production build and starts it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am wondering if there is any documentation on what exactly
next start
does (additionally to this that is).The reason why I am asking is that I am running my next.js app out of a docker container and am thinking it surely possible to remove some of the noise during building the container.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions