Skip to content

Commit

Permalink
Ar/fixing fastapi ea endpoint (#380)
Browse files Browse the repository at this point in the history
* adding health check endpoint - GKE ingress needs for checking service status

* changing endpoint path as static already exist for streamlit app

* updating Dockerfile file to work with new fastapi endpoint

* fixing linting

* adding new expose port in readme

* fixing dockerfile

---------

Signed-off-by: ali-encord <[email protected]>
  • Loading branch information
ali-encord authored May 8, 2023
1 parent 1342a87 commit a8f2c15
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 @@ -29,7 +29,7 @@ RUN curl -sSL https://install.python-poetry.org | \

ENV PATH="/home/appuser/.local/bin:$PATH"

COPY .env pyproject.toml poetry.lock /home/appuser
COPY .env pyproject.toml poetry.lock /home/appuser/

RUN poetry cache clear pypi --all
RUN poetry config virtualenvs.create true \
Expand Down

0 comments on commit a8f2c15

Please sign in to comment.