Switch Dockerfile to use npm ci

This commit is contained in:
Cohee
2025-12-02 10:30:57 +00:00
parent 560d15c5bb
commit df513868e5
+1 -1
View File
@@ -17,7 +17,7 @@ COPY . ./
RUN \
echo "*** Install npm packages ***" && \
npm i --no-audit --no-fund --loglevel=error --no-progress --omit=dev && npm cache clean --force
npm ci --no-audit --no-fund --loglevel=error --no-progress --omit=dev && npm cache clean --force
# Create config directory and link config.yaml
RUN \