Dockerfile aktualisiert
This commit is contained in:
parent
7bcfca842d
commit
2fd43d9490
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue