We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5ff55 commit 05176d4Copy full SHA for 05176d4
Dockerfile
@@ -18,6 +18,7 @@ COPY ./migration/Cargo.toml ./migration/Cargo.toml
18
COPY ./service/Cargo.toml ./service/Cargo.toml
19
COPY ./web/Cargo.toml ./web/Cargo.toml
20
COPY . .
21
+COPY src/bin/seed_db.rs ./src/bin/seed_db.rs
22
23
# Build release binaries for the current platform only
24
RUN cargo build --release --workspace
0 commit comments