diff --git a/Dockerfile b/Dockerfile index 49f06b6..8a94a0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ COPY Cargo.toml Cargo.lock ./ # Copy source code COPY src ./src +COPY migration ./migration # Build release binary with platform-specific caches to avoid race conditions ARG TARGETPLATFORM