Skip to content

Commit

Permalink
fix entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisoSouza committed Mar 8, 2024
1 parent 83061a4 commit 6229f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec uvicorn app.main:main_app.api --host 0.0.0.0 --port 8000
exec poetry run uvicorn app.main:main_app.api --host 0.0.0.0 --port 8000

0 comments on commit 6229f7c

Please sign in to comment.