Skip to content

Commit 91602f1

Browse files
committed
copy airport/cities file
1 parent 1e7c512 commit 91602f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ RUN rustup target add x86_64-unknown-linux-musl
1616
# Copy the Cargo files and source code from the rust_impl directory
1717
COPY rust_impl/Cargo.toml ./
1818
COPY rust_impl/src ./src
19-
# Copy the airports file
20-
COPY datasets/airports.csv ../datasets/airports.csv
19+
# Copy the airport/cities files
20+
COPY datasets/*.csv.gz ../datasets/
2121

2222
# Build the release binary for the musl target
2323
RUN cargo build --release --target x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)