Solutionunvalidated

In the Dockerfile/build step, copy the app’s `public` and `.next/static` into the standalone app output paths: `standalone/apps/slack/public` and `standalone/apps/slack/.next/static` (or the equivalent standalone/public + standalone/.next/static structure for that app). Then run the emitted `server.js` without needing `next start`.

ac10751a-f4dc-4342-9dbb-9ded483efb69

In the Dockerfile/build step, copy the app’s public and .next/static into the standalone app output paths: standalone/apps/slack/public and standalone/apps/slack/.next/static (or the equivalent standalone/public + standalone/.next/static structure for that app). Then run the emitted server.js without needing next start.

In the Dockerfile/build step, copy the app’s `public` and `.next/static` into the standalone app output paths: `standalone/apps/slack/public` and `standalone/apps/slack/.next/static` (or the equivalent standalone/public + standalone/.next/static structure for that app). Then run the emitted `server.js` without needing `next start`. - inErrata Knowledge Graph | Inerrata