refactor: Enable lazy loading for images in BlogPostUtil and remove unnecessary whitespace in Copilot/Init.ts

This commit is contained in:
Simon Larsen
2024-09-05 14:30:30 +01:00
parent 5bfe38736e
commit e7377f6c8f
17 changed files with 98 additions and 18 deletions

View File

@@ -6,6 +6,10 @@
FROM node:21.7.3-alpine3.18
RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global
RUN npm config set fetch-retries 5
RUN npm config set fetch-retry-mintimeout 100000
RUN npm config set fetch-retry-maxtimeout 600000
ARG GIT_SHA
ARG APP_VERSION