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 f1db4e5 commit 7f4abb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .aws/task_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"essential": true,
"command": [
"uvicorn",
"app:handler",
"app:app",
"--host",
"0.0.0.0",
"--port",
Expand Down
2 changes: 1 addition & 1 deletion .aws/task_definition_preview.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"command": [
"uvicorn",
"app:handler",
"app:app",
"--host",
"0.0.0.0",
"--port",
Expand Down

0 comments on commit 7f4abb1

Please sign in to comment.