Skip to content

Commit c841b67

Browse files
committed
Don't need this anymore.
Also this has been broken for a long time, because the dockerfile does not have access to out git history
1 parent c5b2bb2 commit c841b67

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ WORKDIR /app
55
RUN rustup target add ${RUST_TARGET}
66
COPY Cargo.toml .
77
COPY Cargo.lock .
8-
COPY build.rs .
98
COPY src /app/src
109
RUN cargo build --target ${RUST_TARGET} --release --bin openapi-codegen
1110

build.rs

-10
This file was deleted.

0 commit comments

Comments
 (0)