Migration updates

This commit is contained in:
Arunavo Ray
2025-07-17 12:29:53 +05:30
parent 2140f75436
commit 39bfb1e2d1
2 changed files with 45 additions and 20 deletions

View File

@@ -31,6 +31,7 @@ COPY --from=builder /app/dist ./dist
COPY --from=builder /app/package.json ./package.json
COPY --from=builder /app/docker-entrypoint.sh ./docker-entrypoint.sh
COPY --from=builder /app/scripts ./scripts
COPY --from=builder /app/drizzle ./drizzle
ENV NODE_ENV=production
ENV HOST=0.0.0.0