fix(docker): include dialect definitions
This commit is contained in:
parent
b017e95d60
commit
629258a448
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue