Add curl for Coolify health check support

This commit is contained in:
2026-04-04 13:45:40 +00:00
parent af15d756e2
commit aca5498718

View File

@@ -1,5 +1,7 @@
FROM node:24-slim
RUN apt-get update && apt-get install -y --no-install-recommends curl && rm -rf /var/lib/apt/lists/*
RUN npm install -g paperclipai
RUN mkdir -p /data/instances/default/data/storage \