Switch to node:20-slim for reliable mdbtools support

This commit is contained in:
2026-03-12 14:34:50 -06:00
parent 0bb3ceddf8
commit 6d5ed93efd
+2 -2
View File
@@ -1,7 +1,7 @@
FROM node:20-alpine
FROM node:20-slim
# mdbtools for migration script (only needed on first run, stays in image for convenience)
RUN apk add --no-cache mdbtools
RUN apt-get update && apt-get install -y --no-install-recommends mdbtools && rm -rf /var/lib/apt/lists/*
WORKDIR /app