Skip to content

Commit

Permalink
fix(root): Update Dockerfile ag path (#5702)
Browse files Browse the repository at this point in the history
* Update Dockerfile ag path

* Update apps/ws/Dockerfile

Co-authored-by: Biswajeet Das <[email protected]>

---------

Co-authored-by: Biswajeet Das <[email protected]>
  • Loading branch information
ameensom and BiswaViraj authored Jun 10, 2024
1 parent c855112 commit d5d1a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ws/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ COPY --chown=1000:1000 apps/ws ./apps/ws
COPY --chown=1000:1000 libs/dal ./libs/dal
COPY --chown=1000:1000 libs/shared ./libs/shared
COPY --chown=1000:1000 libs/testing ./libs/testing
COPY --chown=1000:1000 libs/application-generic ./libs/application-generic
COPY --chown=1000:1000 packages/client ./packages/client
COPY --chown=1000:1000 packages/stateless ./packages/stateless
COPY --chown=1000:1000 packages/node ./packages/node
COPY --chown=1000:1000 packages/application-generic ./packages/application-generic
COPY --chown=1000:1000 packages/providers ./packages/providers

COPY --chown=1000:1000 ["tsconfig.json","tsconfig.base.json","nx.json","pnpm-workspace.yaml","pnpm-lock.yaml", ".npmrc", "./"]
Expand Down

0 comments on commit d5d1a08

Please sign in to comment.