Skip to content

Commit

Permalink
Remove cargo.lock from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven65 committed Nov 13, 2024
1 parent ac35e3c commit a46b4de
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 @@ -17,7 +17,6 @@ RUN USER=root apt install -y nodejs
RUN USER=root cargo new --bin shurlix
WORKDIR /shurlix

COPY ./Cargo.lock ./Cargo.lock
COPY ./Cargo.toml ./Cargo.toml

COPY ./src ./src
Expand Down

0 comments on commit a46b4de

Please sign in to comment.