Cache-Warming: Bilder beim Serverstart vorab laden (sofortiges Erst-Rendering)

This commit is contained in:
2026-06-04 08:56:32 +00:00
parent bebe2353de
commit 0fa8478319
3 changed files with 35 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@ FROM node:20-alpine
WORKDIR /app
COPY package.json ./
COPY server.js ./
COPY warm-urls.json ./
COPY public ./public
RUN mkdir -p /data
ENV PORT=80