diff --git a/api/Dockerfile b/api/Dockerfile index 302f506..5484373 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -5,7 +5,7 @@ RUN apk add --no-cache python3 make g++ WORKDIR /app COPY package*.json ./ -RUN npm ci --omit=dev +RUN npm ci --omit=dev && npm rebuild better-sqlite3 --build-from-source COPY . .