update build from webhooks

This commit is contained in:
gitfromwildan
2026-03-10 01:58:16 +07:00
parent ab755844a3
commit c7354aee85

View File

@@ -2,8 +2,7 @@ FROM node:20-alpine AS base
# Install dependencies only when needed
FROM base AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk add --no-cache libc6-compat
RUN apk add --no-cache libc6-compat curl
WORKDIR /app
# Install Bun