We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f475780 commit c27ebefCopy full SHA for c27ebef
1 file changed
Dockerfile
@@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
23
# Copy workspace manifests and lockfile for dependency caching
24
COPY Cargo.toml Cargo.lock ./
25
COPY proxy/Cargo.toml proxy/Cargo.toml
26
+COPY migration/ migration/
27
28
# Create a dummy binary so `cargo build` can cache dependencies
29
RUN mkdir -p proxy/src && echo 'fn main() {}' > proxy/src/main.rs \
0 commit comments