Dockerfile aktualisiert

This commit is contained in:
2025-08-08 20:19:26 +02:00
parent 6880caa4d2
commit 144fc58b12
+2 -1
View File
@@ -7,4 +7,5 @@ RUN npm ci --prefer-offline --no-audit --no-fund
COPY . . COPY . .
RUN npm run build RUN npm run build
RUN npm run preview
CMD ["npm", "run", "preview"]