Skip to content

Commit

Permalink
feat: Added services to api & queue-manager Dockerfile (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored Jul 22, 2024
2 parents 6dcab56 + 5b2e9ac commit b24bf32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ COPY .npmrc .
COPY apps/api ./apps/api
COPY libs/dal ./libs/dal
COPY libs/shared ./libs/shared
COPY libs/services ./libs/services

COPY tsconfig.json .
COPY tsconfig.base.json .
Expand Down
1 change: 1 addition & 0 deletions apps/queue-manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ COPY .npmrc .
COPY apps/queue-manager ./apps/queue-manager
COPY libs/dal ./libs/dal
COPY libs/shared ./libs/shared
COPY libs/services ./libs/services

COPY tsconfig.json .
COPY tsconfig.base.json .
Expand Down

0 comments on commit b24bf32

Please sign in to comment.