mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-07 22:24:06 -05:00
fix(build): fix DB dockerfile (#2344)
This commit is contained in:
@@ -16,7 +16,7 @@ COPY packages/db/package.json ./packages/db/package.json
|
||||
|
||||
# Install dependencies with cache mount for faster builds
|
||||
RUN --mount=type=cache,id=bun-cache,target=/root/.bun/install/cache \
|
||||
bun install --frozen-lockfile --ignore-scripts
|
||||
bun install --ignore-scripts
|
||||
|
||||
# ========================================
|
||||
# Runner Stage: Production Environment
|
||||
|
||||
Reference in New Issue
Block a user