Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ COPY package.json ./
# This ensures all workspace packages are correctly identified
COPY apps/dbagent/package.json ./apps/dbagent/

# Now copy the source code of all workspace packages
COPY packages/ ./packages/
COPY configs/ ./configs/

# Create a temporary directory for the archive
RUN mkdir -p /tmp/dbagent

Expand Down
2 changes: 0 additions & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
packages:
- 'apps/*'
- 'configs/*'
- 'packages/*'