Explorar o código

Try to fix Docker build

Eric Zhang %!s(int64=4) %!d(string=hai) anos
pai
achega
1b7f0ad808
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -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