Skip to content

Commit

Permalink
fix: remove Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed Apr 10, 2024
1 parent 2210909 commit 5abaef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM rust:latest
# Set the working directory
WORKDIR .

# Copy the Cargo.toml and Cargo.lock files
COPY Cargo.toml Cargo.lock config.toml ./
# Copy the Cargo.toml and config files
COPY Cargo.toml config.toml ./

# Copy the source code
COPY src ./src
Expand Down

0 comments on commit 5abaef6

Please sign in to comment.