fix: add curl to runtime image for Coolify health check
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ RUN npm run build
|
||||
FROM node:20-slim
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt-get update && apt-get install -y openssl --no-install-recommends && rm -rf /var/lib/apt/lists/*
|
||||
RUN apt-get update && apt-get install -y openssl curl --no-install-recommends && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy backend
|
||||
COPY --from=backend-build /app/backend/dist ./dist
|
||||
|
||||
Reference in New Issue
Block a user