Skip to content

Commit 2e87fe8

Browse files
committed
fix(docker): ensure locales directory is copied for backend build
1 parent 1653733 commit 2e87fe8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ WORKDIR /app
6363
# Copy only backend sources to keep frontend cache intact on backend-only changes
6464
COPY src-tauri ./src-tauri
6565

66+
# [FIX] Copy locales for Rust compilation (needed by i18n.rs include_str!)
67+
COPY src/locales ./src/locales
68+
6669
# Copy frontend dist from builder so Tauri can embed it
6770
COPY --from=frontend-builder /app/dist ./dist
6871

0 commit comments

Comments
 (0)