mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-06 11:36:44 +03:00
Update Docker and workflow configurations for bun.lock handling
This commit is contained in:
@@ -6,7 +6,8 @@ RUN apk add --no-cache libc6-compat python3 make g++ gcc wget sqlite
|
||||
|
||||
# ----------------------------
|
||||
FROM base AS deps
|
||||
COPY package.json bun.lock ./
|
||||
COPY package.json ./
|
||||
COPY bun.lock* ./
|
||||
RUN bun install --frozen-lockfile
|
||||
|
||||
# ----------------------------
|
||||
|
||||
Reference in New Issue
Block a user