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 78a45e4 commit bc275e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile_build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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 @@ -32,7 +31,6 @@ COPY --from=ui-builder /app/dist /app/src/static
RUN rm -rf /app/src/target/release/deps/podfetch*
RUN rm -rf /app/src/target/release/podfetch*

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

0 comments on commit bc275e9

Please sign in to comment.