Skip to content

Commit

Permalink
feat: db pool for histogram calc (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
cabreraalex authored Sep 16, 2023
1 parent de37182 commit 32dbcf2
Show file tree
Hide file tree
Showing 8 changed files with 455 additions and 372 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ RUN poetry install

EXPOSE 80

CMD ["poetry", "run", "backend"]
CMD exec poetry run uvicorn zeno_backend.server:get_server --reload --host 0.0.0.0 --port 80
Loading

0 comments on commit 32dbcf2

Please sign in to comment.