diff --git a/Dockerfile b/Dockerfile index 89a11ca..811c780 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM node:24-alpine as build +COPY . . RUN npm i RUN npm run docs:dev