diff --git a/Dockerfile b/Dockerfile index fe74f19..2005c1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,9 @@ FROM --platform=$BUILDPLATFORM python:3.13-alpine COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ +# Install curl for healthcheck +RUN apk add --no-cache curl + # Set working directory WORKDIR /app