Skip to content

Commit

Permalink
Remove Cargo lock because of errors in build process.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Apr 15, 2023
1 parent 031860a commit 78a45e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile_arm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ USER root
RUN apk add pkgconfig openssl-dev libc-dev
WORKDIR /app/src

ADD Cargo.lock .
ADD Cargo.toml .
ADD dummy.rs ./src/main.rs
RUN RUSTFLAGS='-C target-feature=-crt-static' cargo build --release
Expand All @@ -35,7 +34,6 @@ RUN rm -rf /app/src/target/release/deps/podfetch*
RUN rm -rf /app/src/target/release/podfetch*

ADD Cargo.toml .
ADD Cargo.lock .
ADD static ./static
ADD migrations ./migrations
ADD src ./src
Expand Down

0 comments on commit 78a45e4

Please sign in to comment.