Dockerfile aktualisiert

This commit is contained in:
Phil 2025-05-29 07:09:51 +00:00
parent 7bcfca842d
commit 2fd43d9490

View file

@ -1,4 +1,5 @@
FROM node:24-alpine as build FROM node:24-alpine as build
COPY . .
RUN npm i RUN npm i
RUN npm run docs:dev RUN npm run docs:dev