From 11d160a6fde0322cfe6d5a1601be4c74d5a8eb74 Mon Sep 17 00:00:00 2001 From: Ikenna Nwagbara Date: Thu, 31 Oct 2024 17:26:25 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 08a68cc..740c4fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /usr/src/app/DataEngine COPY . . # Copy the DatabaseEngine files from the checked-out path -COPY DatabaseEngine . +COPY DatabaseEngine /usr/src/app/DataEngine/DatabaseEngine # Build the project RUN cargo build --release