We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7c512 commit 91602f1Copy full SHA for 91602f1
1 file changed
Dockerfile
@@ -16,8 +16,8 @@ RUN rustup target add x86_64-unknown-linux-musl
16
# Copy the Cargo files and source code from the rust_impl directory
17
COPY rust_impl/Cargo.toml ./
18
COPY rust_impl/src ./src
19
-# Copy the airports file
20
-COPY datasets/airports.csv ../datasets/airports.csv
+# Copy the airport/cities files
+COPY datasets/*.csv.gz ../datasets/
21
22
# Build the release binary for the musl target
23
RUN cargo build --release --target x86_64-unknown-linux-musl
0 commit comments