I'll do manual migration
This commit is contained in:
parent
5c1f7718e1
commit
2e35dabf73
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user