diff --git a/Dockerfile b/Dockerfile index 0a04597..be29926 100644 --- a/Dockerfile +++ b/Dockerfile @@ -88,4 +88,4 @@ USER nextjs # Start from the app directory to ensure references solve correctly # In Standalone mode, Next.js expects node_modules and public relative to the server.js WORKDIR /app -CMD ["node", "server.js"] +CMD ["node", "apps/web/server.js"]