We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85eebb commit 1f27388Copy full SHA for 1f27388
chatui/Dockerfile
@@ -8,4 +8,4 @@ RUN npm run build
8
# Stage 2: Copy static files to YARP container
9
FROM mcr.microsoft.com/dotnet/nightly/yarp:2.3.0-preview.4 AS yarp
10
WORKDIR /app
11
-COPY --from=builder /app/build ./wwwroot
+COPY --from=builder /app/dist ./wwwroot
chatui/vite.config.ts
@@ -20,8 +20,5 @@ export default defineConfig({
20
changeOrigin: true,
21
}
22
23
- },
24
- build: {
25
- outDir: 'build'
26
27
} as UserConfig);
0 commit comments