Skip to content

Commit

Permalink
chore: update ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
ivopr committed Jun 7, 2023
1 parent d5be1d6 commit 5311fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
apps: [
{
name: "server",
script: "poetry run flask run --host=0.0.0.0 --port=3002 --cert=/home/fernando/certbioinfo/bioinforo.cer --key=/home/fernando/certbioinfo/bioinforo.key",
script: "poetry run flask run --host=0.0.0.0 --port=3002",
cwd: "./apps/server",
autorestart: true,
watch: false,
Expand Down

0 comments on commit 5311fda

Please sign in to comment.