Skip to content

Commit

Permalink
fix: server start command
Browse files Browse the repository at this point in the history
  • Loading branch information
ivopr committed Jun 7, 2023
1 parent c5c098c commit ac38ebc
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 --cert=/home/fernando/certbioinfo/bioinforo.cer --key=/home/fernando/certbioinfo/bioinforo.key",
cwd: "./apps/server",
autorestart: true,
watch: false,
Expand Down

0 comments on commit ac38ebc

Please sign in to comment.