Switch Dockerfile to use npm ci

df513868e5d4cf9fa73d0f7cc54fc5644a9fb2ed

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
Dockerfile+1 -1
@@ -17,7 +17,7 @@ COPY . ./
1717
1818RUN \
1919 echo "*** Install npm packages ***" && \
2020 npm ici --no-audit --no-fund --loglevel=error --no-progress --omit=dev && npm cache clean --force
2121
2222# Create config directory and link config.yaml
2323RUN \