Skip to content

Commit 05176d4

Browse files
committed
adds explicity copy off seed_db
1 parent 3b5ff55 commit 05176d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ COPY ./migration/Cargo.toml ./migration/Cargo.toml
1818
COPY ./service/Cargo.toml ./service/Cargo.toml
1919
COPY ./web/Cargo.toml ./web/Cargo.toml
2020
COPY . .
21+
COPY src/bin/seed_db.rs ./src/bin/seed_db.rs
2122

2223
# Build release binaries for the current platform only
2324
RUN cargo build --release --workspace

0 commit comments

Comments
 (0)