Skip to content

Commit 131a778

Browse files
committed
fixed dockerfile
1 parent 0ffa269 commit 131a778

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ WORKDIR /app
2323
# Copy package files
2424
COPY client/package.json client/package-lock.json* ./
2525
RUN npm install
26-
# Copy client source code and vite config
26+
# Copy client source code (includes vite.config.ts with ship.html entry)
2727
COPY client ./
28-
COPY vite.config.ts ./
2928
RUN npm run build
3029

3130
# Runtime stage

client/src/commit_time.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026-01-28T20:03:33.159Z
1+
2026-01-28T20:25:24.008Z

0 commit comments

Comments
 (0)