Update Dockerfile

This commit is contained in:
Face 2025-05-30 14:51:26 +03:00
parent f98012451d
commit 886ec62f87

View file

@ -54,7 +54,7 @@ RUN npm install -g pm2
RUN echo 'module.exports = {\
apps: [{\
name: "rugplay-app",\
script: "./build/index.js",\
script: "./build/server/index.js",\
instances: "max",\
exec_mode: "cluster",\
env: {\