Add request log and uncatch error tip. (#1531)
This commit is contained in:
@@ -86,4 +86,4 @@ USER nextjs
|
||||
|
||||
ENV serverPath=./projects/$name/server.js
|
||||
|
||||
ENTRYPOINT ["sh","-c","node ${serverPath}"]
|
||||
ENTRYPOINT ["sh","-c","node --max-old-space-size=4096 ${serverPath}"]
|
||||
Reference in New Issue
Block a user