Switch Dockerfile to use npm ci
| @@ -17,7 +17,7 @@ COPY . ./ | ||
| 17 | 17 | |
| 18 | 18 | RUN \ |
| 19 | 19 | echo "*** Install npm packages ***" && \ |
| 20 | 20 | npm ici --no-audit --no-fund --loglevel=error --no-progress --omit=dev && npm cache clean --force |
| 21 | 21 | |
| 22 | 22 | # Create config directory and link config.yaml |
| 23 | 23 | RUN \ |