Try to fix Docker build
This commit is contained in:
parent
5e3ce8c406
commit
1b7f0ad808
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ COPY Cargo.toml Cargo.lock ./
|
|||
RUN mkdir src && echo "fn main() {}" > src/main.rs
|
||||
RUN cargo build --release
|
||||
COPY . .
|
||||
RUN sudo touch src/main.rs
|
||||
RUN cargo test --release
|
||||
RUN cargo build --release
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue