From 43a0e6b62546a4b8e73cab7941526ed1c319178b Mon Sep 17 00:00:00 2001 From: Michael Chernicoff <76788795+mchernicoff@users.noreply.github.com> Date: Thu, 16 May 2024 23:32:44 -0400 Subject: [PATCH] fix: Removes missing /libs folder from Container file (#72) --- Containerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index 3fb5d9c4..03b3ab6d 100644 --- a/Containerfile +++ b/Containerfile @@ -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.