diff --git a/Dockerfile b/Dockerfile index ecf45b9..c6e9b35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ RUN npm run build FROM node:22-alpine AS runner WORKDIR /app ENV NODE_ENV=production +RUN apk add --no-cache sqlite COPY --from=base /app/.next/standalone ./ COPY --from=base /app/.next/static ./.next/static COPY --from=base /app/scripts ./scripts