Skip to content

Commit

Permalink
refactor: remove db module from Dockerfile and consolidate dependencies
Browse files Browse the repository at this point in the history
- Removed the db module from the Dockerfile, reflecting the recent refactor that consolidates database functionality into the core/mongo package.
- This change simplifies the Docker image setup by eliminating unnecessary dependencies and improving overall project organization.
  • Loading branch information
Marvin Zhang committed Dec 25, 2024
1 parent e798226 commit 3243c2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ COPY ./backend ./backend/

# Copy required modules from relative paths
COPY ./core ./core/
COPY ./db ./db/
COPY ./grpc ./grpc/
COPY ./trace ./trace/
COPY ./vcs ./vcs/
Expand Down

0 comments on commit 3243c2c

Please sign in to comment.