Skip to content

Commit

Permalink
fix: dont copy cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi authored Jun 27, 2024
1 parent 8b51d33 commit 08aa094
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ WORKDIR /build

# Step 4: Copy necessary files
COPY Cargo.toml Cargo.lock ./
COPY .cargo ./.cargo/

# Step 5: Create dummy main.rs for initial build
RUN mkdir src/ && echo 'fn main() {}' > ./src/main.rs
Expand Down

0 comments on commit 08aa094

Please sign in to comment.