Update Dockerfile
This commit is contained in:
parent
b9aed1ddf4
commit
b2ecd11162
1 changed files with 2 additions and 1 deletions
|
|
@ -58,7 +58,8 @@ RUN echo 'module.exports = {\
|
|||
exec_mode: "cluster",\
|
||||
env: {\
|
||||
NODE_ENV: "production",\
|
||||
PORT: 3000\
|
||||
PORT: 3000,\
|
||||
BODY_SIZE_LIMIT: "1.1M"\
|
||||
}\
|
||||
}]\
|
||||
};' > ecosystem.config.cjs
|
||||
|
|
|
|||
Reference in a new issue