Switch Dockerfile to use npm ci

df513868e5d4cf9fa73d0f7cc54fc5644a9fb2ed

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

1 files changed, +1 -1Ignore whitespace
Dockerfile+1 -1
@@ -17,7 +17,7 @@ COPY . ./
1717
18RUN \18RUN \
19 echo "*** Install npm packages ***" && \19 echo "*** Install npm packages ***" && \
20 npm i --no-audit --no-fund --loglevel=error --no-progress --omit=dev && npm cache clean --force20 npm ci --no-audit --no-fund --loglevel=error --no-progress --omit=dev && npm cache clean --force
2121
22# Create config directory and link config.yaml22# Create config directory and link config.yaml
23RUN \23RUN \