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 86794f0 commit a630a32
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 from the checked-out path
COPY DatabaseEngine DatabaseEngine
# Copy the databaseschema directory
COPY DatabaseEngine/databaseschema DatabaseEngine/databaseschema
# Build the project
RUN cargo build --release

Expand Down

0 comments on commit a630a32

Please sign in to comment.