We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffa269 commit 131a778Copy full SHA for 131a778
Dockerfile
@@ -23,9 +23,8 @@ WORKDIR /app
23
# Copy package files
24
COPY client/package.json client/package-lock.json* ./
25
RUN npm install
26
-# Copy client source code and vite config
+# Copy client source code (includes vite.config.ts with ship.html entry)
27
COPY client ./
28
-COPY vite.config.ts ./
29
RUN npm run build
30
31
# Runtime stage
client/src/commit_time.txt
@@ -1 +1 @@
1
-2026-01-28T20:03:33.159Z
+2026-01-28T20:25:24.008Z
0 commit comments