Skip to content

Commit

Permalink
feat: update bootstrap command
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Mar 19, 2024
1 parent b76c151 commit f1db4e5
Show file tree
Hide file tree
Showing 3 changed files with 3 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",
"main:app",
"app:handler",
"--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",
"main:app",
"app:handler",
"--host",
"0.0.0.0",
"--port",
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ yarn-error.log*
# local env files
.env*.local
.env
*.env
# vercel
.vercel

Expand Down

0 comments on commit f1db4e5

Please sign in to comment.