fix: Add curl to Dockerfile for coolify healthchecks
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
FROM --platform=$BUILDPLATFORM python:3.13-alpine
|
FROM --platform=$BUILDPLATFORM python:3.13-alpine
|
||||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
||||||
|
|
||||||
|
# Install curl for healthcheck
|
||||||
|
RUN apk add --no-cache curl
|
||||||
|
|
||||||
# Set working directory
|
# Set working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user