mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
fix(sso): add missing deps to db container for running script (#2746)
This commit is contained in:
@@ -32,6 +32,9 @@ RUN addgroup -g 1001 -S nodejs && \
|
||||
# Copy only the necessary files from deps (cached if dependencies don't change)
|
||||
COPY --from=deps --chown=nextjs:nodejs /app/node_modules ./node_modules
|
||||
|
||||
# Copy root package.json for workspace resolution
|
||||
COPY --chown=nextjs:nodejs package.json ./package.json
|
||||
|
||||
# Copy package configuration files (needed for migrations)
|
||||
COPY --chown=nextjs:nodejs packages/db/drizzle.config.ts ./packages/db/drizzle.config.ts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user