Skip to content

Commit

Permalink
fix: Removes missing /libs folder from Container file (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchernicoff authored May 17, 2024
1 parent d75d16a commit 43a0e6b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ WORKDIR /build
#
# 1) Our Cargo configuration.
# 2) The main Hipcheck crate.
# 3) Hipcheck's internal libraries.
# 4) The current Crate manifest and lockfile.
# 3) The current Crate manifest and lockfile.
COPY .cargo/ .cargo/
COPY hipcheck/ hipcheck/
COPY libs/ libs/
COPY Cargo.toml Cargo.lock ./

# Prep the system.
Expand Down

0 comments on commit 43a0e6b

Please sign in to comment.