Skip to content

Commit

Permalink
Merge branch 'main' of github.com:sneakycrow/farmhand
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakycrow committed Jan 30, 2025
2 parents f27578d + 5c7d7df commit ac5ba34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions config/api.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ WORKDIR /app
COPY Cargo.toml Cargo.lock ./

# Copy all workspace members
COPY packages/db ./packages/db
COPY packages/vod ./packages/vod
COPY packages/ ./packages/
COPY services/forge-queue ./services/forge-queue
COPY packages/queue ./packages/queue
COPY services/silo-api ./services/silo-api

# Build the project for release
Expand Down
4 changes: 1 addition & 3 deletions config/queue.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ WORKDIR /app
COPY Cargo.toml Cargo.lock ./

# Copy all workspace members
COPY packages/db ./packages/db
COPY packages/vod ./packages/vod
COPY packages/queue ./packages/queue
COPY packages/ ./packages/
COPY services/forge-queue ./services/forge-queue
COPY services/silo-api ./services/silo-api

Expand Down

0 comments on commit ac5ba34

Please sign in to comment.