Update Dockerfile

This commit is contained in:
Face 2025-05-30 15:53:53 +03:00
parent b9aed1ddf4
commit b2ecd11162

View file

@ -58,7 +58,8 @@ RUN echo 'module.exports = {\
exec_mode: "cluster",\ exec_mode: "cluster",\
env: {\ env: {\
NODE_ENV: "production",\ NODE_ENV: "production",\
PORT: 3000\ PORT: 3000,\
BODY_SIZE_LIMIT: "1.1M"\
}\ }\
}]\ }]\
};' > ecosystem.config.cjs };' > ecosystem.config.cjs