Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsJustIkenna authored Oct 31, 2024
1 parent 8abad8a commit baa3389
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 @@ -7,8 +7,8 @@ WORKDIR /usr/src/app/DataEngine
# Copy the DataEngine files
COPY . .

# Copy the DatabaseEngine files
COPY ../../DatabaseEngine .
# Copy the DatabaseEngine files from the checked-out path
COPY DatabaseEngine /usr/src/app/DataEngine/DatabaseEngine

# Build the project
RUN cargo build --release
Expand Down

0 comments on commit baa3389

Please sign in to comment.