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 c3e0641 commit ab6e9fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ WORKDIR /usr/src/app/DataEngine
# Copy the DataEngine files
COPY . .

# Copy the DatabaseEngine files
COPY ../DatabaseEngine /usr/src/app/DatabaseEngine

# Build the project
RUN cargo build --release

Expand Down

0 comments on commit ab6e9fa

Please sign in to comment.