fix(docker): include dialect definitions

This commit is contained in:
t8y2 2026-07-29 10:41:13 +08:00
parent b017e95d60
commit 629258a448
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ RUN case "$TARGETARCH" in \
# Copy real sources and rebuild (only application code recompiles)
COPY crates/ crates/
COPY plugins/dialects/ plugins/dialects/
# Docker COPY preserves original file timestamps, which may be older than the
# dummy-source binary compiled above. Touch all .rs files so cargo detects the