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 = {\
|
RUN echo 'module.exports = {\
|
||||||
apps: [{\
|
apps: [{\
|
||||||
name: "rugplay-app",\
|
name: "rugplay-app",\
|
||||||
script: "./build/index.js",\
|
script: "./build/server/index.js",\
|
||||||
instances: "max",\
|
instances: "max",\
|
||||||
exec_mode: "cluster",\
|
exec_mode: "cluster",\
|
||||||
env: {\
|
env: {\
|
||||||
|
|
|
||||||
Reference in a new issue