We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b2bb2 commit c841b67Copy full SHA for c841b67
Dockerfile
@@ -5,7 +5,6 @@ WORKDIR /app
5
RUN rustup target add ${RUST_TARGET}
6
COPY Cargo.toml .
7
COPY Cargo.lock .
8
-COPY build.rs .
9
COPY src /app/src
10
RUN cargo build --target ${RUST_TARGET} --release --bin openapi-codegen
11
build.rs
0 commit comments