From 886ec62f87724dbf052a966f10e59ad09d2e4e32 Mon Sep 17 00:00:00 2001 From: Face <69168154+face-hh@users.noreply.github.com> Date: Fri, 30 May 2025 14:51:26 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9e62856..99c4d6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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: {\