diff --git a/Dockerfile b/Dockerfile index f05d8b3..3ecbb78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,11 +57,7 @@ COPY web/package.json web/package-lock.json ./ RUN npm ci # Copy source files -COPY web/src ./src -COPY web/index.html ./ -COPY web/vite.config.ts ./ -COPY web/tsconfig.json ./ -COPY web/tsconfig.node.json ./ +COPY web/ ./ # Build the frontend RUN npm run build