Skip to content

Commit

Permalink
chore: pm2 ecosystem file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo committed May 2, 2023
1 parent e075dde commit 66130bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ module.exports = {
apps: [
{
name: "flask-api",
script: "poetry run flask run",
script: "poetry",
args: ["run", "flask", "run"],
cwd: "/home/fernando/visualdynamics2/apps/server",
autorestart: true,
watch: false,
Expand Down

0 comments on commit 66130bb

Please sign in to comment.