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