add port to pm2 config

pull/43/head
Alexander Bentkamp 4 years ago
parent aafaa0e01f
commit 8f875c3bf0

@ -5,6 +5,7 @@ module.exports = {
script : "server/index.js", script : "server/index.js",
env: { env: {
NODE_ENV: "production", NODE_ENV: "production",
PORT: 8002
}, },
}] }]
} }

Loading…
Cancel
Save