diff --git a/web-v2/Dockerfile b/web-v2/Dockerfile index a3cdd13..b3233de 100644 --- a/web-v2/Dockerfile +++ b/web-v2/Dockerfile @@ -4,6 +4,7 @@ COPY package*.json ./ RUN npm ci COPY tsconfig*.json vite.config.ts index.html ./ COPY public ./public +COPY scripts ./scripts COPY src ./src RUN npm run build