mirror of https://gitlab.com/litecord/litecord.git
ecosystem.config.js: s/pipenv/poetry
This commit is contained in:
parent
d58f1aaad6
commit
706f22e1b6
|
|
@ -2,8 +2,8 @@ module.exports = {
|
|||
apps: [
|
||||
{
|
||||
name: "litecord",
|
||||
script: "pipenv run hypercorn run:app --bind 0.0.0.0:5000",
|
||||
script: "poetry run hypercorn run:app --bind 0.0.0.0:5000",
|
||||
watch: true,
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue