Skip to content

Commit

Permalink
fix dockerfile entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
a10y committed Nov 14, 2023
1 parent 42a03a1 commit 50ddc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ RUN pip install poetry
RUN poetry install --without=dev,remoteworker

EXPOSE 8000
CMD ["./venv/bin/uvicorn", "modelserver.app:app", "--host", "0.0.0.0", "--port", "8000"]
CMD ["./.venv/bin/modelserver"]

0 comments on commit 50ddc4b

Please sign in to comment.