Skip to content

Commit

Permalink
build: change cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrodrigo19 committed Oct 16, 2024
1 parent b8939e3 commit 9121186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -25,4 +25,5 @@ ENV PATH="/app/.venv/bin:$PATH"

EXPOSE 8000

ENTRYPOINT ["uv", "run", "main.py"]
ENTRYPOINT []
CMD ["fastapi", "run", "--workers", "4", "src/api/presentation/http/http.py"]

0 comments on commit 9121186

Please sign in to comment.