Initial commit
This commit is contained in:
12
web/docker/pm2.json
Normal file
12
web/docker/pm2.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"apps": [
|
||||
{
|
||||
"name": "WebApp",
|
||||
"exec_mode": "cluster",
|
||||
"instances": 1,
|
||||
"script": "./node_modules/next/dist/bin/next",
|
||||
"cwd": "/app/web",
|
||||
"args": "start"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user