ci: correction compilation sqlite
Deploy Backendia / deploy (push) Successful in 3m0s

This commit is contained in:
streaper2
2026-08-26 08:34:54 +02:00
parent 7525c7e368
commit 7923d1b2b2
+1 -1
View File
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
COPY package*.json ./
RUN npm ci --omit=dev
RUN npm ci --omit=dev && npm rebuild sqlite3 --build-from-source
COPY . .