From a630a32bd1ebb666fc33c70914f2257aa44b8d60 Mon Sep 17 00:00:00 2001 From: Ikenna Nwagbara <54039249+ItsJustIkenna@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:39:32 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 076c441..f8291cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,8 @@ WORKDIR /usr/src/app/DataEngine # Copy the DataEngine files COPY . . -# Copy the DatabaseEngine files from the checked-out path -COPY DatabaseEngine DatabaseEngine +# Copy the databaseschema directory +COPY DatabaseEngine/databaseschema DatabaseEngine/databaseschema # Build the project RUN cargo build --release