Update Dockerfile
This commit is contained in:
parent
f98012451d
commit
886ec62f87
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {\
|
||||
|
|
|
|||
Reference in a new issue