Skip to content

Commit c27ebef

Browse files
Fix Dockerfile: include migration crate in dependency cache layer
1 parent f475780 commit c27ebef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2323
# Copy workspace manifests and lockfile for dependency caching
2424
COPY Cargo.toml Cargo.lock ./
2525
COPY proxy/Cargo.toml proxy/Cargo.toml
26+
COPY migration/ migration/
2627

2728
# Create a dummy binary so `cargo build` can cache dependencies
2829
RUN mkdir -p proxy/src && echo 'fn main() {}' > proxy/src/main.rs \

0 commit comments

Comments
 (0)