use python directly

This commit is contained in:
artie 2024-04-27 12:06:49 +02:00
parent 05ba42936b
commit 248243770c

View File

@ -2,8 +2,8 @@ module.exports = {
apps: [
{
name: "artemis",
script: "/bin/bash",
args: "-c './env/bin/python -m artemis.bot'",
script: "./env/bin/python",
args: "-m artemis.bot",
out_file: "/dev/null",
error_file: "/dev/null",
log_file: "./artemis.log",