I'll do manual migration

This commit is contained in:
Ryan Pandya 2025-01-31 20:11:46 -08:00
parent 5c1f7718e1
commit 2e35dabf73

View File

@ -40,7 +40,7 @@ WORKDIR /app
COPY --from=installer /app/packages/db/migrations ./packages/db/migrations COPY --from=installer /app/packages/db/migrations ./packages/db/migrations
COPY --from=installer /app/packages/db/migrate.ts ./packages/db/migrate.ts COPY --from=installer /app/packages/db/migrate.ts ./packages/db/migrate.ts
# Run migrations # Run migrations
RUN npx packages/db/migrate.ts # RUN npx packages/db/migrate.ts
# Then continue with the runner stage as before # Then continue with the runner stage as before
FROM base AS runner FROM base AS runner