fix: correct standalone entrypoint - apps/web/server.js (v1.15.9)
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user