ci) add gitea actions and refresh readme #1

Merged
shaun merged 18 commits from ci/gitea-actions-readme into main 2026-02-21 04:33:49 +00:00
Showing only changes of commit 82a242e362 - Show all commits

View File

@@ -3,6 +3,11 @@ FROM oven/bun:1 AS builder
WORKDIR /app WORKDIR /app
# Native deps required for building better-sqlite3 via node-gyp
RUN apt-get update \
&& apt-get install -y --no-install-recommends python3 make g++ \
&& rm -rf /var/lib/apt/lists/*
# Copy dependency manifests first for better layer caching # Copy dependency manifests first for better layer caching
COPY package.json bun.lock ./ COPY package.json bun.lock ./