Skip to content

Commit

Permalink
feat: update bootstrap unicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Mar 19, 2024
1 parent 7f4abb1 commit 6ab6ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions .aws/task_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,7 @@
],
"essential": true,
"command": [
"uvicorn",
"app:app",
"--host",
"0.0.0.0",
"--port",
"5050",
"--workers",
"6"
"app.handler"
],
"environment": [],
"environmentFiles": [
Expand Down
9 changes: 1 addition & 8 deletions .aws/task_definition_preview.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,7 @@
}
],
"command": [
"uvicorn",
"app:app",
"--host",
"0.0.0.0",
"--port",
"5050",
"--workers",
"6"
"app.handler"
],
"essential": true,
"environment": [],
Expand Down

0 comments on commit 6ab6ad3

Please sign in to comment.