From 2e35dabf73d6a2c4dfce4e89601f5992b7327af3 Mon Sep 17 00:00:00 2001 From: Ryan Pandya Date: Fri, 31 Jan 2025 20:11:46 -0800 Subject: [PATCH] I'll do manual migration --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c26f849..a987ba9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ WORKDIR /app COPY --from=installer /app/packages/db/migrations ./packages/db/migrations COPY --from=installer /app/packages/db/migrate.ts ./packages/db/migrate.ts # Run migrations -RUN npx packages/db/migrate.ts +# RUN npx packages/db/migrate.ts # Then continue with the runner stage as before FROM base AS runner