From 77434c059837efe7ac70f08ffef3993811449a8d Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Sun, 28 Dec 2025 14:42:27 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index b29aa5c..ab23a33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,9 @@ COPY package*.json ./ RUN npm install +# Install curl for healthchecks (required by Coolify) +RUN apk add --no-cache curl + ARG DATABASE_URL ARG DATABASE_URL_DOCKER ARG META_NAME