mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
fix(migrations): upgrade drizzle-kit in migrations container (#1374)
* fix(migrations): upgrade drizzle-kit in migrations container * fix comments * rm unused file
This commit is contained in:
@@ -8,9 +8,8 @@ WORKDIR /app
|
||||
COPY package.json bun.lock turbo.json ./
|
||||
COPY packages/db/package.json ./packages/db/package.json
|
||||
|
||||
# Install minimal dependencies in one layer
|
||||
RUN bun install --omit dev --ignore-scripts && \
|
||||
bun install --omit dev --ignore-scripts drizzle-kit drizzle-orm postgres
|
||||
# Install dependencies
|
||||
RUN bun install --ignore-scripts
|
||||
|
||||
# ========================================
|
||||
# Runner Stage: Production Environment
|
||||
|
||||
Reference in New Issue
Block a user