Rollback select packages; update fav

This commit is contained in:
Owen
2025-06-02 20:47:22 -04:00
parent ea0ab0e63c
commit 6d519af198
6 changed files with 485 additions and 148 deletions

View File

@@ -1,4 +1,4 @@
FROM node:24-alpine AS builder
FROM node:20-alpine AS builder
WORKDIR /app
@@ -12,7 +12,7 @@ RUN npx drizzle-kit generate --dialect sqlite --schema ./server/db/schemas/ --ou
RUN npm run build
FROM node:24-alpine AS runner
FROM node:20-alpine AS runner
WORKDIR /app